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

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

[nongnu] elpa/typescript-mode 256d930586 010/222: Add type keyword from


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 256d930586 010/222: Add type keyword from TypeScript 1.4
Date: Sun, 6 Feb 2022 16:58:59 -0500 (EST)

branch: elpa/typescript-mode
commit 256d9305868ab6ffcc11fb1b5c48d784702b2f83
Author: Erik Edrosa <erik.edrosa@gmail.com>
Commit: Erik Edrosa <erik.edrosa@gmail.com>

    Add type keyword from TypeScript 1.4
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 68a55eff1b..59da4d4a06 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -283,7 +283,7 @@ Match group 1 is the name of the macro.")
      "interface" "let" "module" "namespace" "new" "null" "number"
      "private" "protected" "public" "return" "static" "string"
      "super" "switch"  "this" "throw" "true"
-     "try" "typeof" "var" "void"
+     "try" "type" "typeof" "var" "void"
      "while" ))
   "Regexp matching any typescript keyword.")
 



reply via email to

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