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

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

[nongnu] elpa/typescript-mode 49b3cc1c4a 022/222: added "as" and "from"


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 49b3cc1c4a 022/222: added "as" and "from" keywords
Date: Sun, 6 Feb 2022 16:59:00 -0500 (EST)

branch: elpa/typescript-mode
commit 49b3cc1c4a0c80891344bc0915fed95303d5ea1d
Author: Thanabodee Charoenpiriyakij <wingyminus@gmail.com>
Commit: Thanabodee Charoenpiriyakij <wingyminus@gmail.com>

    added "as" and "from" keywords
---
 typescript-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 1139028405..4c70034968 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -276,10 +276,10 @@ Match group 1 is the name of the macro.")
 
 (defconst typescript--keyword-re
   (typescript--regexp-opt-symbol
-   '("abstract" "any" "async" "await" "boolean" "break" "case" "catch" "class" 
"const"
+   '("abstract" "any" "as" "async" "await" "boolean" "break" "case" "catch" 
"class" "const"
      "constructor" "continue" "declare" "default" "delete" "do" "else"
      "enum" "export" "extends" "extern" "false" "finally" "for"
-     "function" "get" "goto" "if" "implements" "import" "in" "instanceof"
+     "function" "from" "get" "goto" "if" "implements" "import" "in" 
"instanceof"
      "interface" "let" "module" "namespace" "new" "null" "number"
      "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]