diff --git a/src/vs/editor/common/languages/highlights/typescript.scm b/src/vs/editor/common/languages/highlights/typescript.scm index 7b789592f61..813ce090dcc 100644 --- a/src/vs/editor/common/languages/highlights/typescript.scm +++ b/src/vs/editor/common/languages/highlights/typescript.scm @@ -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)