; 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)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Apr 2024 14:14:41 +0000 (17:14 +0300)
* lisp/progmodes/go-ts-mode.el (go-ts-mode):
Rearrange features to keep alphabetical order.  (Bug#70362)

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)))