From 109231f729afdd51b32838414c477d0a56dfccb1 Mon Sep 17 00:00:00 2001 From: nverno Date: Fri, 24 Nov 2023 07:18:26 -0800 Subject: [PATCH] Fix typescript-ts-mode add missing operator font-lock feature --- lisp/progmodes/typescript-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el index b6d5495adbb..0503c724d36 100644 --- a/lisp/progmodes/typescript-ts-mode.el +++ b/lisp/progmodes/typescript-ts-mode.el @@ -483,7 +483,7 @@ typescript-ts-mode '((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))) -- 2.34.1