We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fcb459 + 06bb4d5 commit 1cf78d7Copy full SHA for 1cf78d7
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