Skip to content

Commit f2de3f4

Browse files
authored
Merge pull request #165 from Ruzie/master
added: infer keyword
2 parents 4f056f6 + 10738f8 commit f2de3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Match group 1 is MUMBLE.")
268268
'("abstract" "any" "as" "async" "await" "boolean" "bigint" "break" "case" "catch" "class" "const"
269269
"constructor" "continue" "debugger" "declare" "default" "delete" "do" "else"
270270
"enum" "export" "extends" "extern" "false" "finally" "for"
271-
"function" "from" "get" "goto" "if" "implements" "import" "in" "instanceof"
271+
"function" "from" "get" "goto" "if" "implements" "import" "in" "infer" "instanceof"
272272
"interface" "keyof" "let" "module" "namespace" "never" "new" "null" "number" "object" "of"
273273
"override" "private" "protected" "public" "readonly" "return" "set" "static" "string"
274274
"super" "switch" "this" "throw" "true"

0 commit comments

Comments
 (0)