mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
| .. | ||
| JavaScript.tmLanguage.json | ||
| JavaScriptReact.tmLanguage.json | ||
| Readme.md | ||
| Regular Expressions (JavaScript).tmLanguage | ||
The file JavaScript.tmLanguage.json is derived from TypeScriptReact.tmLanguage.
To update to the latest version:
cd extensions/typescriptand runnpm 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