void/extensions/javascript/syntaxes
2025-04-29 00:07:20 -07:00
..
JavaScript.tmLanguage.json init 2025-02-28 18:01:53 -08:00
JavaScriptReact.tmLanguage.json init 2025-02-28 18:01:53 -08:00
Readme.md rebase from 17baf84 2025-04-29 00:07:20 -07:00
Regular Expressions (JavaScript).tmLanguage init commit 2024-09-10 19:37:36 -07:00

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

To update to the latest version:

  • cd extensions/typescript-basics 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