File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repository:
33
33
34
34
control-statement :
35
35
name : keyword.control.ts
36
- match : (?<!\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default)\b
36
+ match : (?<!\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default|yield )\b
37
37
38
38
declaration :
39
39
name : meta.declaration.ts
Original file line number Diff line number Diff line change 224
224
<key >control-statement </key >
225
225
<dict >
226
226
<key >match </key >
227
- <string >(?< !\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default)\b </string >
227
+ <string >(?< !\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default|yield )\b </string >
228
228
<key >name </key >
229
229
<string >keyword.control.ts </string >
230
230
</dict >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repository:
35
35
36
36
control-statement :
37
37
name : keyword.control.tsx
38
- match : (?<!\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default)\b
38
+ match : (?<!\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default|yield )\b
39
39
40
40
declaration :
41
41
name : meta.declaration.tsx
Original file line number Diff line number Diff line change 192
192
<key >control-statement </key >
193
193
<dict >
194
194
<key >match </key >
195
- <string >(?< !\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default)\b </string >
195
+ <string >(?< !\.)\b(break|catch|continue|debugger|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super|case|default|yield )\b </string >
196
196
<key >name </key >
197
197
<string >keyword.control.tsx </string >
198
198
</dict >
You can’t perform that action at this time.
0 commit comments