We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcb459 commit 06bb4d5Copy full SHA for 06bb4d5
typescript-mode.el
@@ -270,8 +270,8 @@ Match group 1 is MUMBLE.")
270
"enum" "export" "extends" "extern" "false" "finally" "for"
271
"function" "from" "get" "goto" "if" "implements" "import" "in" "infer" "instanceof"
272
"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"
+ "override" "private" "protected" "public" "readonly" "return" "satisfies" "set" "static"
+ "string" "super" "switch" "this" "throw" "true"
275
"try" "type" "typeof" "unknown" "var" "void"
276
"while")) ; yield is handled separately
277
"Regexp matching any typescript keyword.")
0 commit comments