File tree Expand file tree Collapse file tree 5 files changed +37
-18
lines changed Expand file tree Collapse file tree 5 files changed +37
-18
lines changed Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ patterns:
141
141
repository :
142
142
statements :
143
143
patterns :
144
- - include : ' #string'
145
- - include : ' #comment'
146
144
- include : ' #declaration'
147
145
- include : ' #control-statement'
148
146
- include : ' #after-operator-block-as-object-literal'
149
147
- include : ' #decl-block'
150
148
- include : ' #label'
151
149
- include : ' #expression'
152
150
- include : ' #punctuation-semicolon'
151
+ - include : ' #string'
152
+ - include : ' #comment'
153
153
154
154
declaration :
155
155
patterns :
Original file line number Diff line number Diff line change 43
43
<dict >
44
44
<key >patterns </key >
45
45
<array >
46
- <dict >
47
- <key >include </key >
48
- <string >#string </string >
49
- </dict >
50
- <dict >
51
- <key >include </key >
52
- <string >#comment </string >
53
- </dict >
54
46
<dict >
55
47
<key >include </key >
56
48
<string >#declaration </string >
79
71
<key >include </key >
80
72
<string >#punctuation-semicolon </string >
81
73
</dict >
74
+ <dict >
75
+ <key >include </key >
76
+ <string >#string </string >
77
+ </dict >
78
+ <dict >
79
+ <key >include </key >
80
+ <string >#comment </string >
81
+ </dict >
82
82
</array >
83
83
</dict >
84
84
<key >declaration </key >
Original file line number Diff line number Diff line change 43
43
<dict >
44
44
<key >patterns </key >
45
45
<array >
46
- <dict >
47
- <key >include </key >
48
- <string >#string </string >
49
- </dict >
50
- <dict >
51
- <key >include </key >
52
- <string >#comment </string >
53
- </dict >
54
46
<dict >
55
47
<key >include </key >
56
48
<string >#declaration </string >
79
71
<key >include </key >
80
72
<string >#punctuation-semicolon </string >
81
73
</dict >
74
+ <dict >
75
+ <key >include </key >
76
+ <string >#string </string >
77
+ </dict >
78
+ <dict >
79
+ <key >include </key >
80
+ <string >#comment </string >
81
+ </dict >
82
82
</array >
83
83
</dict >
84
84
<key >declaration </key >
Original file line number Diff line number Diff line change
1
+ original file
2
+ -----------------------------------
3
+ return`tagged string`;
4
+ -----------------------------------
5
+
6
+ Grammar: TypeScript.tmLanguage
7
+ -----------------------------------
8
+ >return`tagged string`;
9
+ ^^^^^^
10
+ source.ts keyword.control.flow.ts
11
+ ^
12
+ source.ts string.template.ts punctuation.definition.string.template.begin.ts
13
+ ^^^^^^^^^^^^^
14
+ source.ts string.template.ts
15
+ ^
16
+ source.ts string.template.ts punctuation.definition.string.template.end.ts
17
+ ^
18
+ source.ts punctuation.terminator.statement.ts
Original file line number Diff line number Diff line change
1
+ return `tagged string` ;
You can’t perform that action at this time.
0 commit comments