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

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

[nongnu] elpa/typescript-mode 36f685251f 008/222: Merge pull request #2


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 36f685251f 008/222: Merge pull request #2 from quanticle/master
Date: Sun, 6 Feb 2022 16:58:59 -0500 (EST)

branch: elpa/typescript-mode
commit 36f685251fede4c060a0a5d9a5f6d691d25ffaf6
Merge: 3abc9dc6da 5a3c84247d
Author: Anantha Kumaran <ananthakumaran@gmail.com>
Commit: Anantha Kumaran <ananthakumaran@gmail.com>

    Merge pull request #2 from quanticle/master
    
    Typescript added the "protected" keyword in 1.3.
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 987e84dc27..d57f53894b 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -281,7 +281,7 @@ Match group 1 is the name of the macro.")
      "enum" "export" "extends" "extern" "false" "finally" "for"
      "function" "goto" "if" "implements" "import" "in"
      "instanceof" "interface" "module" "new" "null" "number"
-      "private" "public" "return" "static" "string"
+      "private" "protected" "public" "return" "static" "string"
      "super" "switch"  "this" "throw" "true"
      "try" "typeof" "var" "void"
      "while" ))



reply via email to

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