🔧 vscode: update tsl grammar
This commit is contained in:
parent
8a2e3a181b
commit
8e6428d306
|
|
@ -318,7 +318,7 @@
|
|||
{
|
||||
"name": "string.quoted.single.tsl",
|
||||
"begin": "[uU]?'",
|
||||
"end": "'|(?=\\s*$)",
|
||||
"end": "'",
|
||||
"beginCaptures": {
|
||||
"0": {
|
||||
"name": "punctuation.definition.string.begin.tsl"
|
||||
|
|
@ -343,7 +343,7 @@
|
|||
{
|
||||
"name": "string.quoted.double.tsl",
|
||||
"begin": "[uU]?\"",
|
||||
"end": "\"|(?=\\s*$)",
|
||||
"end": "\"",
|
||||
"beginCaptures": {
|
||||
"0": {
|
||||
"name": "punctuation.definition.string.begin.tsl"
|
||||
|
|
@ -571,4 +571,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue