branch: elpa/typescript-mode
commit 13e6da6c5746187842d8ebb5323bf2d88d5759c2
Merge: dd832751ab 49ff1149e2
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>

    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