control-freak-ide/vscode/extensions/javascript/syntaxes
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00
..
JavaScript.tmLanguage.json latest 2021-05-12 18:35:18 +02:00
Readme.md latest 2021-05-12 18:35:18 +02:00
Regular Expressions (JavaScript).tmLanguage latest 2021-05-12 18:35:18 +02: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