vscode-js-atom-grammar/README.md

955 B

The Atom JavaScript grammar

This extension replaces the JavaScript grammar in Visual Code with the JavaScript grammar from the Atom editor.

This allows you to have the same syntax coloring experience as in Atom. The Atom grammar supports variable and function reference highlighting, of course only if the currently active color theme colorizes these.

The original Atom JavaScript grammar is maintained at https://github.com/atom/language-javascript. Please file issue against to the grammar there. Requests for the extension (such as update requests) can be filed against the vscode repository.

License

The extension is licensed under the MIT license. The grammar syntaxes/javascript.json was derived from grammars/javascript.cson in the Atom package https://github.com/atom/language-javascript. The grammar included is licenced under the following license: https://github.com/atom/language-javascript/blob/master/LICENSE.md