File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repository:
2121
2222 control-statement :
2323 name : keyword.control.ts
24- match : \b(break|catch|continue|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super)\b
24+ match : \b(break|catch|continue|debugger| declare|do|else|finally|for|if|return|switch|throw|try|while|with|super)\b
2525
2626 switch-case :
2727 name : case.expr.ts
Original file line number Diff line number Diff line change 193193 <key >control-statement </key >
194194 <dict >
195195 <key >match </key >
196- <string >\b(break|catch|continue|declare|do|else|finally|for|if|return|switch|throw|try|while|with|super)\b </string >
196+ <string >\b(break|catch|continue|debugger| declare|do|else|finally|for|if|return|switch|throw|try|while|with|super)\b </string >
197197 <key >name </key >
198198 <string >keyword.control.ts </string >
199199 </dict >
You can’t perform that action at this time.
0 commit comments