Syntax-highlighting-for-JavaScript
Syntax-highlighting-for-JavaScript copied to clipboard
An alternative JavaScript syntax highlighting package for Sublime Text
Syntax Highlighting for JavaScript
Feedbacks and suggestions are more than welcome! Thanks.


Install
Please disable the built-in JavaScript package first, then clone this repo to your package folder and set syntax to JS.
$ git clone https://github.com/P233/Syntax-highlighting-for-JavaScript.git
Color Scheme
Recommended Color Schemes
Scopes List (unstable)
| Element | Scope Selector |
|---|---|
| Block Comment | comment.block.js |
| Inline Comment | comment.line.js |
| Docblockr @rule | docblockr.js |
| Quoted | string.quoted.js |
| RegExp | string.regexp.js |
| RegExp Escape | constant.character.escape.js |
| Reserved Word | keyword.reserved.js |
| Numeric | constant.numeric.js |
| Operator | keyword.operator.js |
| Object Type | support.constant.js |
| Function Name | entity.name.function.js |
| Property | variable.other.property.js |
| Method | support.function.js |
License
Syntax Highlighting for JavaScript is released under the MIT License. http://www.opensource.org/licenses/mit-license