VS code extension that adds the Atom JavaScript grammar
Перейти к файлу
Rob Lourens 836bc26828
Merge pull request #6 from microsoft/users/GitHubPolicyService/0b3c474f-04d3-4fce-baba-25de1db9d511
Adding Microsoft SECURITY.MD
2023-06-28 17:02:55 -07:00
.vscode Grammar update script & version update 2016-08-05 11:06:26 +02:00
build Grammar update script & version update 2016-08-05 11:06:26 +02:00
syntaxes update grammar 2017-10-09 21:17:05 +02:00
.gitignore Grammar update script & version update 2016-08-05 11:06:26 +02:00
.vscodeignore Grammar update script & version update 2016-08-05 11:06:26 +02:00
LICENSE.txt Formatting changes in LICENCE.txt as the marketplace renders it as Markdown 2016-08-02 08:59:51 +02:00
README.md Fixed spelling 2019-11-05 20:24:17 -03:00
SECURITY.md Microsoft mandatory file 2023-06-02 20:46:30 +00:00
logo.png Init 2016-07-19 20:25:07 +02:00
package.json 0.1.14 2017-10-09 21:27:20 +02:00
thirdpartynotices.txt Update license agreement 2016-07-29 22:33:05 +02:00

README.md

The Atom JavaScript grammar

This extension replaces the JavaScript grammar in Visual Studio Code with the JavaScript grammar from the Atom editor. This allows you to have the same syntax coloring experience as in Atom.

Note: Since the latest update, the JavaScript grammar shipped with VS Code now also supports colorizing of variable and function references and aims to be feature equivalent to the Atom grammar. The VS Code team therefore recommends to use the built-in JavaScript grammar.

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

License

The extension is made available under the following Microsoft Software License Terms.

The grammar syntaxes/javascript.json was derived from grammars/javascript.cson in the Atom package https://github.com/atom/language-javascript, commit atom/language-javascript@0daf8d8 (2017-08-11). The grammar included is licensed under the following license: https://github.com/atom/language-javascript/blob/master/LICENSE.md