We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f056f6 + 10738f8 commit f2de3f4Copy full SHA for f2de3f4
typescript-mode.el
@@ -268,7 +268,7 @@ Match group 1 is MUMBLE.")
268
'("abstract" "any" "as" "async" "await" "boolean" "bigint" "break" "case" "catch" "class" "const"
269
"constructor" "continue" "debugger" "declare" "default" "delete" "do" "else"
270
"enum" "export" "extends" "extern" "false" "finally" "for"
271
- "function" "from" "get" "goto" "if" "implements" "import" "in" "instanceof"
+ "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"
0 commit comments