@@ -602,7 +602,7 @@ repository:
602602 " 2" :
603603 name : " keyword.other.ts"
604604 " 3" :
605- name : " es6import.path.string"
605+ name : " es6import.path.quoted. string"
606606 }
607607 {
608608 comment : " Match import = require"
@@ -615,7 +615,7 @@ repository:
615615 " 3" :
616616 name : " keyword.other.ts"
617617 " 4" :
618- name : " require.path.string"
618+ name : " require.path.quoted. string"
619619 }
620620 {
621621 comment : " Match <amd-module"
@@ -624,7 +624,7 @@ repository:
624624 " 1" :
625625 name : " keyword.other.ts"
626626 " 2" :
627- name : " amd.path.string"
627+ name : " amd.path.quoted. string"
628628 " 3" :
629629 name : " keyword.other.ts"
630630 }
@@ -635,7 +635,7 @@ repository:
635635 " 1" :
636636 name : " keyword.other.ts"
637637 " 2" :
638- name : " amd.path.string"
638+ name : " amd.path.quoted. string"
639639 " 3" :
640640 name : " keyword.other.ts"
641641 }
@@ -646,7 +646,7 @@ repository:
646646 " 1" :
647647 name : " keyword.other.ts"
648648 " 2" :
649- name : " reference.path.string"
649+ name : " reference.path.quoted. string"
650650 " 3" :
651651 name : " keyword.other.ts"
652652 }
@@ -862,7 +862,7 @@ repository:
862862 }
863863 ]
864864 " qstring-double" :
865- name : " string.double.ts"
865+ name : " string.double.quoted. ts"
866866 begin : " \" "
867867 end : " \" |(?=$)"
868868 patterns : [
@@ -871,7 +871,7 @@ repository:
871871 }
872872 ]
873873 " qstring-single" :
874- name : " string.single.ts"
874+ name : " string.single.quoted. ts"
875875 begin : " '"
876876 end : " '|(?=$)"
877877 patterns : [
@@ -880,7 +880,7 @@ repository:
880880 }
881881 ]
882882 regex :
883- name : " string.regex.ts"
883+ name : " string.quoted. regex.ts"
884884 begin : " (?<=[=(:,\\ []|^|return|&&|\\ |\\ ||!)\\ s*(/)(?![/*+{}?])"
885885 end : " $|(/)[igm]*"
886886 patterns : [
@@ -894,7 +894,7 @@ repository:
894894 }
895895 ]
896896 string :
897- name : " string.ts"
897+ name : " string.quoted. ts"
898898 patterns : [
899899 {
900900 include : " #qstring-single"
@@ -908,11 +908,11 @@ repository:
908908 begin : " `"
909909 beginCaptures :
910910 " 0" :
911- name : " string.template.ts"
911+ name : " string.quoted. template.ts"
912912 end : " `"
913913 endCaptures :
914914 " 0" :
915- name : " string.template.ts"
915+ name : " string.quoted. template.ts"
916916 patterns : [
917917 {
918918 include : " #template-substitution-element"
@@ -922,7 +922,7 @@ repository:
922922 }
923923 ]
924924 " template-string-contents" :
925- name : " string.template.ts"
925+ name : " string.quoted. template.ts"
926926 begin : " .*?"
927927 end : " (?=(\\ $\\ {|`))"
928928 patterns : [
@@ -1032,4 +1032,4 @@ repository:
10321032 match : " \\ b(static)\\ b"
10331033 " property-accessor" :
10341034 name : " storage.type.property.ts"
1035- match : " \\ b(get|set)\\ b"
1035+ match : " \\ b(get|set)\\ b"
0 commit comments