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

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

[nongnu] elpa/typescript-mode d27114244a 014/222: added "abstract" keywo


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode d27114244a 014/222: added "abstract" keyword
Date: Sun, 6 Feb 2022 16:59:00 -0500 (EST)

branch: elpa/typescript-mode
commit d27114244a6c91b4c7cb771f549747ab39dc7615
Author: Nahuel Greco <ngreco@gmail.com>
Commit: GitHub <noreply@github.com>

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

diff --git a/typescript-mode.el b/typescript-mode.el
index fc1629c44f..c4c45696d6 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -276,7 +276,7 @@ Match group 1 is the name of the macro.")
 
 (defconst typescript--keyword-re
   (typescript--regexp-opt-symbol
-   '("any" "async" "await" "bool" "boolean" "break" "case" "catch" "class" 
"const"
+   '("abstract" "any" "async" "await" "bool" "boolean" "break" "case" "catch" 
"class" "const"
      "constructor" "continue" "declare" "default" "delete" "do" "else"
      "enum" "export" "extends" "extern" "false" "finally" "for"
      "function" "goto" "if" "implements" "import" "in" "instanceof"



reply via email to

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