code-server/lib/vscode/extensions/javascript/syntaxes
Joe Previte 0cd3e39492
chore(vscode): update to 1.54.2
2021-03-11 10:27:10 -07:00
..
JavaScript.tmLanguage.json chore(vscode): update to 1.54.2 2021-03-11 10:27:10 -07:00
JavaScriptReact.tmLanguage.json chore(vscode): update to 1.54.2 2021-03-11 10:27:10 -07:00
Readme.md Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
Regular Expressions (JavaScript).tmLanguage Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00

Readme.md

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