This commit is contained in:
victorplentz 2019-11-05 20:24:17 -03:00 коммит произвёл GitHub
Родитель eefd7b0ebc
Коммит 9dd0b138f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@
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 varable and function references
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.