mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Add type_predicate 'is' as keyword in typescript-ts-mode (bug#63810)
* lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--keywords): New keyword 'is'.
This commit is contained in:
parent
0a354d6578
commit
e252ce26ea
@ -128,7 +128,7 @@ Argument LANGUAGE is either `typescript' or `tsx'."
|
|||||||
"case" "catch" "class" "const" "continue" "debugger"
|
"case" "catch" "class" "const" "continue" "debugger"
|
||||||
"declare" "default" "delete" "do" "else" "enum"
|
"declare" "default" "delete" "do" "else" "enum"
|
||||||
"export" "extends" "finally" "for" "from" "function"
|
"export" "extends" "finally" "for" "from" "function"
|
||||||
"get" "if" "implements" "import" "in" "instanceof" "interface"
|
"get" "if" "implements" "import" "in" "instanceof" "interface" "is"
|
||||||
"keyof" "let" "namespace" "new" "of" "private" "protected"
|
"keyof" "let" "namespace" "new" "of" "private" "protected"
|
||||||
"public" "readonly" "return" "set" "static" "switch"
|
"public" "readonly" "return" "set" "static" "switch"
|
||||||
"target" "throw" "try" "type" "typeof" "var" "void"
|
"target" "throw" "try" "type" "typeof" "var" "void"
|
||||||
|
Loading…
Reference in New Issue
Block a user