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

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

[nongnu] elpa/typescript-mode ad8f356cbe 021/222: Merge pull request #15


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode ad8f356cbe 021/222: Merge pull request #15 from valerian/bool
Date: Sun, 6 Feb 2022 16:59:00 -0500 (EST)

branch: elpa/typescript-mode
commit ad8f356cbe651fc87620d47193d51325548dacd8
Merge: 77aa2b44af 54e0c562d4
Author: Anantha Kumaran <ananthakumaran@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #15 from valerian/bool
    
    Removed keyword "bool" which is deprecated since TypeScript 0.9
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index c3c52ae282..1139028405 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -276,7 +276,7 @@ Match group 1 is the name of the macro.")
 
 (defconst typescript--keyword-re
   (typescript--regexp-opt-symbol
-   '("abstract" "any" "async" "await" "bool" "boolean" "break" "case" "catch" 
"class" "const"
+   '("abstract" "any" "async" "await" "boolean" "break" "case" "catch" "class" 
"const"
      "constructor" "continue" "declare" "default" "delete" "do" "else"
      "enum" "export" "extends" "extern" "false" "finally" "for"
      "function" "get" "goto" "if" "implements" "import" "in" "instanceof"



reply via email to

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