vscode/extensions/javascript/syntaxes
Matt Bierner 75c625d421 Patch js/ts grammars to remove special scopes for node
Fixes #94284

Now the we have semantic highlighting, we should use that to identify if a variable is really from node or not
2020-04-03 14:11:47 -07:00
..
JavaScript.tmLanguage.json Patch js/ts grammars to remove special scopes for node 2020-04-03 14:11:47 -07:00
JavaScriptReact.tmLanguage.json Patch js/ts grammars to remove special scopes for node 2020-04-03 14:11:47 -07:00
Readme.md [javascript] update grammar, grammar as JSON 2016-08-02 17:27:04 +02:00
Regular Expressions (JavaScript).tmLanguage Hello Code 2015-11-13 14:39:38 +01:00

The file JavaScript.tmLanguage.json is derived from TypeScriptReact.tmLanguage.

To update to the latest version:

  • cd extensions/typescript and run npm run update-grammars
  • don't forget to run the integration tests at ./scripts/test-integration.sh

The script does the following changes:

  • fileTypes .tsx -> .js & .jsx
  • scopeName scope.tsx -> scope.js
  • update all rule names .tsx -> .js