emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/typescript-mode 10738f8eb4 1/2: added: infer keyword


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 10738f8eb4 1/2: added: infer keyword
Date: Fri, 17 Jun 2022 15:59:01 -0400 (EDT)

branch: elpa/typescript-mode
commit 10738f8eb403f8b5d385de964bd2862cf104db1c
Author: Ruzie <luhamailbox@gmail.com>
Commit: GitHub <noreply@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

[Prev in Thread] Current Thread [Next in Thread]