Giter Site home page Giter Site logo

language-javascript's Introduction

JavaScript Bundle for Atom

Converted from the SubtleGradient JavaScript TextMate bundle

language-javascript's People

Contributors

subtlegradient avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

danielseehausen

language-javascript's Issues

Syntax Highlighting Issue With ' Within ``

This should recreate it within Atom 1.20.1 and language-javascript-jsx 0.3.7 on syntax: 'JavaScript by SubtleGradient. Following the ' in "game's", the rest of the text is highlighted string green:

  const blockCoords = msg["blockCoords"]
  if (game.activePlayer !== player)
    return `${player.id} tried to move, but is not the game's active player! (${game.activePlayer})`
  let success = game.playerMove(player.id, blockCoords)
  return (success) ? game.board.toJSONReadyObj() : `${player.id} tried to move, but it was found invalid!`
}

module.exports = move

Remove name in Langauage status bar

I know this is pretty nitpicky, and people like credit, but seeing "Javascript by SubtleGradient" in my status bar is super annoying. Is it possible to change that to something more subtle like "Javascript+"? It also takes up a ton of space.

screen shot 2015-06-26 at 2 29 24 pm

Package.loadSettings is deprecated.

Store package settings files in the settings/ directory instead of scoped-properties/

Package.loadSettings (/usr/share/atom/resources/app.asar/src/package.js:582:9)
<unknown> (/usr/share/atom/resources/app.asar/src/package.js:184:43)
Package.measure (/usr/share/atom/resources/app.asar/src/package.js:163:15)
Package.load (/usr/share/atom/resources/app.asar/src/package.js:177:12)
PackageManager.loadPackage (/usr/share/atom/resources/app.asar/src/package-manager.js:355:14)
PackageManager.activatePackage (/usr/share/atom/resources/app.asar/src/package-manager.js:434:30)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.