🔧 vscode: update tsl grammar
This commit is contained in:
parent
8a2e3a181b
commit
8e6428d306
|
|
@ -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 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue