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
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
"get" "if" "implements" "import" "in" "instanceof" "interface" "is"
|
||||
"keyof" "let" "namespace" "new" "of" "private" "protected"
|
||||
"public" "readonly" "return" "set" "static" "switch"
|
||||
"target" "throw" "try" "type" "typeof" "var" "void"
|
||||
|
|
Loading…
Add table
Reference in a new issue