Skip to content

Commit 4f056f6

Browse files
committed
Add "debugger" as reserved keyword.
This closes: #164
1 parent 188350c commit 4f056f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Match group 1 is MUMBLE.")
266266
(defconst typescript--keyword-re
267267
(typescript--regexp-opt-symbol
268268
'("abstract" "any" "as" "async" "await" "boolean" "bigint" "break" "case" "catch" "class" "const"
269-
"constructor" "continue" "declare" "default" "delete" "do" "else"
269+
"constructor" "continue" "debugger" "declare" "default" "delete" "do" "else"
270270
"enum" "export" "extends" "extern" "false" "finally" "for"
271271
"function" "from" "get" "goto" "if" "implements" "import" "in" "instanceof"
272272
"interface" "keyof" "let" "module" "namespace" "never" "new" "null" "number" "object" "of"

0 commit comments

Comments
 (0)