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

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

[nongnu] elpa/typescript-mode 5a3c84247d 007/222: Typescript added the "


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 5a3c84247d 007/222: Typescript added the "protected" keyword in 1.3.
Date: Sun, 6 Feb 2022 16:58:59 -0500 (EST)

branch: elpa/typescript-mode
commit 5a3c84247de80b595074d2dd236dd68865cbf515
Author: Rohit Patnaik <quanticle@gmail.com>
Commit: Rohit Patnaik <quanticle@gmail.com>

    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]