mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
13 lines
310 B
Markdown
13 lines
310 B
Markdown
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
|