mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
fix #12750
This commit is contained in:
@@ -498,7 +498,7 @@
|
||||
"include": "#jsx-tag-invalid"
|
||||
},
|
||||
{
|
||||
"begin": "(?<=(?:'|\"|})>)",
|
||||
"begin": "(?<!text/javascript(?:'|\")>)(?<=(?:'|\"|})>)",
|
||||
"end": "(?=</)",
|
||||
"name": "meta.jsx.children.js",
|
||||
"patterns": [
|
||||
|
||||
Reference in New Issue
Block a user