mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Use unique grammar and scope for JavaScript react to avoid conflicts when overriding plain old javascript grammar
Fixes #35532
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/d6ee336bf6047594768a56f955563ba5ce86e7c9",
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/5955a5aed3d8d2862c614f2137d22f2334d490e9",
|
||||
"name": "JavaScript (with React support)",
|
||||
"scopeName": "source.js",
|
||||
"fileTypes": [
|
||||
@@ -3332,7 +3332,7 @@
|
||||
"name": "punctuation.definition.group.regexp"
|
||||
},
|
||||
"1": {
|
||||
"name": "punctuation.definition.group.capture.regexp"
|
||||
"name": "punctuation.definition.group.no-capture.regexp"
|
||||
}
|
||||
},
|
||||
"end": "\\)",
|
||||
|
||||
4275
extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json
Normal file
4275
extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user