🔧 vscode: update tsl grammar
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user