JavaScriptNext - ES6 Syntax
No description provided
Details
Installs
- Total 263K
- Win 135K
- Mac 83K
- Linux 45K
Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 4 | 7 | 6 | 10 | 5 | 1 | 5 | 3 | 2 | 7 | 8 | 4 | 4 | 6 | 6 | 5 | 3 | 4 | 3 | 5 | 11 | 4 | 11 | 5 | 4 | 8 | 10 | 0 | 4 | 3 | 5 | 4 | 2 | 3 | 5 | 5 | 6 | 3 | 8 | 5 | 1 | 3 | 2 | 5 | 5 |
Mac | 0 | 0 | 1 | 1 | 0 | 1 | 4 | 0 | 3 | 0 | 1 | 0 | 2 | 0 | 1 | 3 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 3 | 2 | 0 | 1 | 1 | 3 | 1 | 1 |
Linux | 1 | 1 | 3 | 0 | 3 | 1 | 1 | 0 | 0 | 4 | 3 | 3 | 1 | 1 | 3 | 2 | 3 | 1 | 2 | 1 | 2 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 5 | 1 | 3 | 0 | 2 | 0 | 3 | 2 | 0 | 2 | 2 | 1 | 2 | 2 | 1 | 0 | 2 | 3 |
Readme
- Source
- raw.githubusercontent.com
JavaScript.tmLanguage
Better JavaScript language definition for TextMate and SublimeText. This builds on the language files commonly used and adds more fine grained matching and also includes new features from ECMAScript 6 like modules, succinct methods, arrow functions, classes, generators, and accessors (ES5).
Installation and Use
If you haven't already, install Package Control, then select JavaScript Next
from the Package Control: Install Package
dropdown list in the Command Palette.
To set this as your default JavaScript syntax, open a javascript file, then select View -> Syntax -> Open all with current extension as... -> JavascriptNext
.
You may also need to change the ColorScheme. Pick one from Preferences -> Color Scheme -> JavaScriptNext
.
Screenshots
Contributing
Edit the yaml files with the YAML-XXX
extensions, convert them to plist xml files, and send in a pull request. The easiest way to do this is by using AAAPackageDev. You can do all of the above without leaving sublime text.
YAML is used since it's a lot more compact and easier to edit than xml.