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

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

[nongnu] elpa/typescript-mode 1cf78d7ef8 2/2: Merge pull request #189 fr


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 1cf78d7ef8 2/2: Merge pull request #189 from kisaragi-hiu/satisfies
Date: Tue, 7 May 2024 04:01:41 -0400 (EDT)

branch: elpa/typescript-mode
commit 1cf78d7ef8e0a1684a2cf265539c54ccff4068c0
Merge: 4fcb459481 06bb4d5090
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #189 from kisaragi-hiu/satisfies
---
 typescript-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

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