Add new keyword to 'typescript-ts-mode'
* lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--keywords): Add "satisfies", a new operator in Typescript 4.9. (Bug#64924)
This commit is contained in:
parent
db7d70d3ca
commit
573fcf2712
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ Argument LANGUAGE is either `typescript' or `tsx'."
|
|||
"export" "extends" "finally" "for" "from" "function"
|
||||
"get" "if" "implements" "import" "in" "instanceof" "interface" "is" "infer"
|
||||
"keyof" "let" "namespace" "new" "of" "private" "protected"
|
||||
"public" "readonly" "return" "set" "static" "switch"
|
||||
"public" "readonly" "return" "satisfies" "set" "static" "switch"
|
||||
"target" "throw" "try" "type" "typeof" "var" "void"
|
||||
"while" "with" "yield")
|
||||
"TypeScript keywords for tree-sitter font-locking.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue