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

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

[nongnu] elpa/typescript-mode 8fe879a96d 028/222: Support 'of' keyword.


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 8fe879a96d 028/222: Support 'of' keyword.
Date: Sun, 6 Feb 2022 16:59:02 -0500 (EST)

branch: elpa/typescript-mode
commit 8fe879a96d63132968b578910b5119d6f49b18dd
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Support 'of' keyword.
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 7217871faa..52ec3dc2ca 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -281,7 +281,7 @@ Match group 1 is the name of the macro.")
      "constructor" "continue" "declare" "default" "delete" "do" "else"
      "enum" "export" "extends" "extern" "false" "finally" "for"
      "function" "from" "get" "goto" "if" "implements" "import" "in" 
"instanceof"
-     "interface" "let" "module" "namespace" "new" "null" "number"
+     "interface" "let" "module" "namespace" "new" "null" "number" "of"
      "private" "protected" "public" "readonly" "return" "set" "static" "string"
      "super" "switch"  "this" "throw" "true"
      "try" "type" "typeof" "var" "void"



reply via email to

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