branch: elpa/typescript-mode
commit 10738f8eb403f8b5d385de964bd2862cf104db1c
Author: Ruzie <luhamail...@gmail.com>
Commit: GitHub <nore...@github.com>

    added: infer keyword
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 220cf75f12..830d79dc9e 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -268,7 +268,7 @@ Match group 1 is MUMBLE.")
    '("abstract" "any" "as" "async" "await" "boolean" "bigint" "break" "case" 
"catch" "class" "const"
      "constructor" "continue" "debugger" "declare" "default" "delete" "do" 
"else"
      "enum" "export" "extends" "extern" "false" "finally" "for"
-     "function" "from" "get" "goto" "if" "implements" "import" "in" 
"instanceof"
+     "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"

Reply via email to