File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 8
8
' name' : ' TypeScript'
9
9
10
10
' patterns' : [
11
-
12
11
# ###
13
12
# Rules that no one should change
14
13
# These are used by code to provide fancy completions
15
14
# ###
16
-
17
15
{
18
16
' comment' : ' Match debugger statement'
19
17
' match' : ' \\ s*(debugger)[\\ s;]+'
917
915
}
918
916
]
919
917
920
- ' functionargumentreturntype' :
918
+ ' functionargumentreturntype' :
921
919
' begin' : ' (?=\\ ()'
922
920
' end' : ' (?<!\\ ))(?!\\ G)'
923
921
' patterns' : [
1047
1045
' name' : ' punctuation.definition.parameters.end.js'
1048
1046
' patterns' : [
1049
1047
{
1050
- ' include' : ' $base '
1048
+ ' include' : ' #angulartemplate '
1051
1049
}
1052
1050
]
1053
1051
1380
1378
]
1381
1379
1382
1380
' comma' :
1383
- ' match' : ' ,'
1384
- ' name' : ' meta.delimiter.object.comma.js'
1381
+ ' match' : ' ,'
1382
+ ' name' : ' meta.delimiter.object.comma.js'
1383
+
1384
+ ' angulartemplate' :
1385
+ ' begin' : ' \\ b(template:\\ s*`)'
1386
+ ' end' : ' (`)'
1387
+ ' patterns' : [
1388
+ { ' include' : ' text.html.basic' }
1389
+ ]
You can’t perform that action at this time.
0 commit comments