mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
@@ -19,10 +19,10 @@
|
||||
(escape_sequence) @constant.character.escape.ts
|
||||
|
||||
((string) @string.quoted.single.ts
|
||||
(#match? @string.quoted.single.ts "^'[^']*'$"))
|
||||
(#match? @string.quoted.single.ts "^'.*'$"))
|
||||
|
||||
((string) @string.quoted.double.ts
|
||||
(#match? @string.quoted.double.ts "^\"[^\"]*\"$"))
|
||||
(#match? @string.quoted.double.ts "^\".*\"$"))
|
||||
|
||||
([
|
||||
(template_string)
|
||||
|
||||
Reference in New Issue
Block a user