typescript-ts-mode: Add missing 'operator' to treesit-font-lock-features
* lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode): Add operator to treesit-font-lock-feature-list (bug#67433).
This commit is contained in:
parent
0676a02931
commit
6f843f03dc
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ This mode is intended to be inherited by concrete major modes."
|
|||
'((comment declaration)
|
||||
(keyword string escape-sequence)
|
||||
(constant expression identifier number pattern property)
|
||||
(function bracket delimiter)))
|
||||
(operator function bracket delimiter)))
|
||||
(setq-local syntax-propertize-function #'typescript-ts--syntax-propertize)
|
||||
|
||||
(treesit-major-mode-setup)))
|
||||
|
|
Loading…
Add table
Reference in a new issue