Skip to content

Commit

Permalink
Merge pull request #189 from kisaragi-hiu/satisfies
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink committed May 7, 2024
2 parents 4fcb459 + 06bb4d5 commit 1cf78d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ Match group 1 is MUMBLE.")
"enum" "export" "extends" "extern" "false" "finally" "for"
"function" "from" "get" "goto" "if" "implements" "import" "in" "infer" "instanceof"
"interface" "keyof" "let" "module" "namespace" "never" "new" "null" "number" "object" "of"
"override" "private" "protected" "public" "readonly" "return" "set" "static" "string"
"super" "switch" "this" "throw" "true"
"override" "private" "protected" "public" "readonly" "return" "satisfies" "set" "static"
"string" "super" "switch" "this" "throw" "true"
"try" "type" "typeof" "unknown" "var" "void"
"while")) ; yield is handled separately
"Regexp matching any typescript keyword.")
Expand Down

0 comments on commit 1cf78d7

Please sign in to comment.