Skip to content

Commit 06bb4d5

Browse files
committed
feat: highlight TS 4.9 satisfies as a keyword
1 parent 4fcb459 commit 06bb4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ Match group 1 is MUMBLE.")
270270
"enum" "export" "extends" "extern" "false" "finally" "for"
271271
"function" "from" "get" "goto" "if" "implements" "import" "in" "infer" "instanceof"
272272
"interface" "keyof" "let" "module" "namespace" "never" "new" "null" "number" "object" "of"
273-
"override" "private" "protected" "public" "readonly" "return" "set" "static" "string"
274-
"super" "switch" "this" "throw" "true"
273+
"override" "private" "protected" "public" "readonly" "return" "satisfies" "set" "static"
274+
"string" "super" "switch" "this" "throw" "true"
275275
"try" "type" "typeof" "unknown" "var" "void"
276276
"while")) ; yield is handled separately
277277
"Regexp matching any typescript keyword.")

0 commit comments

Comments
 (0)