Skip to content

Commit 1cf78d7

Browse files
authored
Merge pull request #189 from kisaragi-hiu/satisfies
2 parents 4fcb459 + 06bb4d5 commit 1cf78d7

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)