vscode/extensions/javascript/syntaxes/Readme.md

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

13 lines
494 B
Markdown
Raw Normal View History

2020-09-15 23:13:49 +00:00
The file `JavaScript.tmLanguage.json` is derived from [TypeScriptReact.tmLanguage](https://github.com/microsoft/TypeScript-TmLanguage/blob/master/TypeScriptReact.tmLanguage).
2015-11-13 13:39:38 +00:00
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
2016-05-26 10:28:48 +00:00
- scopeName scope.tsx -> scope.js
- update all rule names .tsx -> .js