emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 6f843f03dc2: typescript-ts-mode: Add missing 'operator' to tree


From: Dmitry Gutov
Subject: emacs-29 6f843f03dc2: typescript-ts-mode: Add missing 'operator' to treesit-font-lock-features
Date: Fri, 24 Nov 2023 13:45:56 -0500 (EST)

branch: emacs-29
commit 6f843f03dc21c64d2535105c5bf91180aba554d1
Author: nverno <noah.v.peart@gmail.com>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    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).
---
 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 4e039abd236..a2b16d1beea 100644
--- a/lisp/progmodes/typescript-ts-mode.el
+++ b/lisp/progmodes/typescript-ts-mode.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]