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

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

[nongnu] elpa/typescript-mode 13e6da6c57 219/222: Merge pull request #15


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 13e6da6c57 219/222: Merge pull request #157 from rsimoes/patch-1
Date: Sun, 6 Feb 2022 16:59:34 -0500 (EST)

branch: elpa/typescript-mode
commit 13e6da6c5746187842d8ebb5323bf2d88d5759c2
Merge: dd832751ab 49ff1149e2
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #157 from rsimoes/patch-1
    
    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]