emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 07c8211ca30: Add 'infer' as a keyword to typescript-ts-mode (bu


From: Theodor Thornhill
Subject: emacs-29 07c8211ca30: Add 'infer' as a keyword to typescript-ts-mode (bug#63880)
Date: Tue, 6 Jun 2023 00:27:45 -0400 (EDT)

branch: emacs-29
commit 07c8211ca3075d57dc669946fc4670bb94b79983
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Add 'infer' as a keyword to typescript-ts-mode (bug#63880)
    
    * lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--keywords):
    New keyword.
---
 lisp/progmodes/typescript-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/typescript-ts-mode.el 
b/lisp/progmodes/typescript-ts-mode.el
index 09e04f0cd0e..1c19a031878 100644
--- a/lisp/progmodes/typescript-ts-mode.el
+++ b/lisp/progmodes/typescript-ts-mode.el
@@ -128,7 +128,7 @@ Argument LANGUAGE is either `typescript' or `tsx'."
     "case" "catch" "class" "const" "continue" "debugger"
     "declare" "default" "delete" "do" "else" "enum"
     "export" "extends" "finally" "for" "from" "function"
-    "get" "if" "implements" "import" "in" "instanceof" "interface" "is"
+    "get" "if" "implements" "import" "in" "instanceof" "interface" "is" "infer"
     "keyof" "let" "namespace" "new" "of" "private" "protected"
     "public" "readonly" "return" "set" "static" "switch"
     "target" "throw" "try" "type" "typeof" "var" "void"



reply via email to

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