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

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

[nongnu] elpa/typescript-mode 49ff1149e2 218/222: Add `override` to the


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 49ff1149e2 218/222: Add `override` to the list of highlighted keywords
Date: Sun, 6 Feb 2022 16:59:34 -0500 (EST)

branch: elpa/typescript-mode
commit 49ff1149e2a150c33af7d5a0b12a859109c929cc
Author: Richard Simões <rsimoes@gmail.com>
Commit: GitHub <noreply@github.com>

    Add `override` to the list of highlighted keywords
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 8c1b7eb230..c1f8fedd33 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -270,7 +270,7 @@ Match group 1 is MUMBLE.")
      "enum" "export" "extends" "extern" "false" "finally" "for"
      "function" "from" "get" "goto" "if" "implements" "import" "in" 
"instanceof"
      "interface" "keyof" "let" "module" "namespace" "never" "new" "null" 
"number" "object" "of"
-     "private" "protected" "public" "readonly" "return" "set" "static" "string"
+     "override" "private" "protected" "public" "readonly" "return" "set" 
"static" "string"
      "super" "switch"  "this" "throw" "true"
      "try" "type" "typeof" "unknown" "var" "void"
      "while")) ; yield is handled separately



reply via email to

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