mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
The JavaScriptReact.tmLanguage bundle is derived from the TypeScriptReact.tmLanguage.
Changes:
- fileTypes -> .jsx
- scopeName -> scope.jsx
The JavaScript-ts.tmLanguage bundle is derived from the TypeScriptReact.tmLanguage.
Changes:
- all occurences of .ts -> .js
- fileTypes -> .js
- scopeName -> scope.js