🔧 vscode: update tsl grammar

This commit is contained in:
csh 2026-02-03 13:53:14 +08:00
parent 8a2e3a181b
commit 8e6428d306
1 changed files with 2 additions and 3 deletions

View File

@ -318,7 +318,7 @@
{ {
"name": "string.quoted.single.tsl", "name": "string.quoted.single.tsl",
"begin": "[uU]?'", "begin": "[uU]?'",
"end": "'|(?=\\s*$)", "end": "'",
"beginCaptures": { "beginCaptures": {
"0": { "0": {
"name": "punctuation.definition.string.begin.tsl" "name": "punctuation.definition.string.begin.tsl"
@ -343,7 +343,7 @@
{ {
"name": "string.quoted.double.tsl", "name": "string.quoted.double.tsl",
"begin": "[uU]?\"", "begin": "[uU]?\"",
"end": "\"|(?=\\s*$)", "end": "\"",
"beginCaptures": { "beginCaptures": {
"0": { "0": {
"name": "punctuation.definition.string.begin.tsl" "name": "punctuation.definition.string.begin.tsl"
@ -571,4 +571,3 @@
} }
} }
} }