Skip to content

Commit 5b5d6d1

Browse files
committed
Added debugger statement to langauge syntax
1 parent 429cf30 commit 5b5d6d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TypeScript.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

TypeScript.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
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>

0 commit comments

Comments
 (0)