]> git.eshelyaron.com Git - emacs.git/commitdiff
; Alphabetize go-ts-mode's treesit-font-lock-feature-list
authorRandy Taylor <dev@rjt.dev>
Thu, 18 Apr 2024 13:38:28 +0000 (09:38 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:07:12 +0000 (14:07 +0300)
* lisp/progmodes/go-ts-mode.el (go-ts-mode):
Rearrange features to keep alphabetical order.  (Bug#70362)

(cherry picked from commit c308f5687060423938a0a72ab39505451f223e8a)

lisp/progmodes/go-ts-mode.el

index f2b586dfb439901f8ca8f63d00a963c769ad363d..aef224ab3fa400b2e5759d48c7727aba58d571cc 100644 (file)
     (setq-local treesit-font-lock-feature-list
                 '(( comment definition)
                   ( keyword string type)
-                  ( constant escape-sequence label number builtin)
+                  ( builtin constant escape-sequence label number)
                   ( bracket delimiter error function operator property variable)))
 
     (treesit-major-mode-setup)))