void/extensions/javascript/syntaxes/Readme.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
501 B
Markdown
Raw Permalink Normal View History

2024-09-11 02:37:36 +00:00
The file `JavaScript.tmLanguage.json` is derived from [TypeScriptReact.tmLanguage](https://github.com/microsoft/TypeScript-TmLanguage/blob/master/TypeScriptReact.tmLanguage).
To update to the latest version:
2025-04-21 08:55:32 +00:00
- `cd extensions/typescript-basics` and run `npm run update-grammars`
2024-09-11 02:37:36 +00:00
- 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