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

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

[nongnu] elpa/typescript-mode 77aa2b44af 019/222: Merge pull request #14


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 77aa2b44af 019/222: Merge pull request #14 from valerian/readonly
Date: Sun, 6 Feb 2022 16:59:00 -0500 (EST)

branch: elpa/typescript-mode
commit 77aa2b44afebe05656003cd8d448b62aa2c0e949
Merge: 39827549ef 266be8f6c7
Author: Anantha Kumaran <ananthakumaran@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #14 from valerian/readonly
    
    added "readonly" keyword
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index b117a2ce65..c3c52ae282 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" "get" "goto" "if" "implements" "import" "in" "instanceof"
      "interface" "let" "module" "namespace" "new" "null" "number"
-     "private" "protected" "public" "return" "set" "static" "string"
+     "private" "protected" "public" "readonly" "return" "set" "static" "string"
      "super" "switch"  "this" "throw" "true"
      "try" "type" "typeof" "var" "void"
      "while" ))



reply via email to

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