VS code extension that adds the Atom JavaScript grammar
Перейти к файлу
Martin Aeschlimann 55ca42eddc Init 2016-07-19 20:25:07 +02:00
syntaxes Init 2016-07-19 20:25:07 +02:00
LICENSE Init 2016-07-19 20:25:07 +02:00
README.md Init 2016-07-19 20:25:07 +02:00
logo.png Init 2016-07-19 20:25:07 +02:00
package.json Init 2016-07-19 20:25:07 +02:00
thirdpartynotices.txt Init 2016-07-19 20:25:07 +02:00

README.md

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