mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-05 13:18:04 -06:00
* bring back grammar extensions * fix hygiene * Revert "pull themes from the marketplace" This reverts commit 0738f76daca6fb1a4693c7fbc08ea93814c00d39.
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