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

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

[nongnu] elpa/typescript-mode 438fc968bf 016/222: Highlight set and get


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 438fc968bf 016/222: Highlight set and get keyword
Date: Sun, 6 Feb 2022 16:59:00 -0500 (EST)

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

    Highlight set and get keyword
    
    Close #12
---
 typescript-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index c4c45696d6..b117a2ce65 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -279,9 +279,9 @@ Match group 1 is the name of the macro.")
    '("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"
+     "function" "get" "goto" "if" "implements" "import" "in" "instanceof"
      "interface" "let" "module" "namespace" "new" "null" "number"
-     "private" "protected" "public" "return" "static" "string"
+     "private" "protected" "public" "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]