mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01: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/cd202a57fd738d6d2c712c2ed63f5f41a11eb558",
|
||||
"version": "https://github.com/Microsoft/TypeScript-TmLanguage/commit/5955a5aed3d8d2862c614f2137d22f2334d490e9",
|
||||
"name": "TypeScript",
|
||||
"scopeName": "source.ts",
|
||||
"fileTypes": [
|
||||
@@ -3363,7 +3363,7 @@
|
||||
"name": "punctuation.definition.group.regexp"
|
||||
},
|
||||
"1": {
|
||||
"name": "punctuation.definition.group.capture.regexp"
|
||||
"name": "punctuation.definition.group.no-capture.regexp"
|
||||
}
|
||||
},
|
||||
"end": "\\)",
|
||||
|
||||
@@ -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": "TypeScriptReact",
|
||||
"scopeName": "source.tsx",
|
||||
"fileTypes": [
|
||||
@@ -3329,7 +3329,7 @@
|
||||
"name": "punctuation.definition.group.regexp"
|
||||
},
|
||||
"1": {
|
||||
"name": "punctuation.definition.group.capture.regexp"
|
||||
"name": "punctuation.definition.group.no-capture.regexp"
|
||||
}
|
||||
},
|
||||
"end": "\\)",
|
||||
|
||||
Reference in New Issue
Block a user