IDE_of_ICS/code/extensions/javascript/syntaxes
Wang_Weigen f5caba8e7b add orginal code for IDE of ICS 2022-09-16 15:11:53 +08:00
..
JavaScript.tmLanguage.json add orginal code for IDE of ICS 2022-09-16 15:11:53 +08:00
JavaScriptReact.tmLanguage.json add orginal code for IDE of ICS 2022-09-16 15:11:53 +08:00
Readme.md add orginal code for IDE of ICS 2022-09-16 15:11:53 +08:00
Regular Expressions (JavaScript).tmLanguage add orginal code for IDE of ICS 2022-09-16 15:11:53 +08: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