From 69740d4dcec8a8d0f9737bcc47c71d2ee436d4c5 Mon Sep 17 00:00:00 2001 From: Randy Taylor Date: Thu, 18 Apr 2024 09:38:28 -0400 Subject: [PATCH] ; Alphabetize go-ts-mode's treesit-font-lock-feature-list * 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/go-ts-mode.el b/lisp/progmodes/go-ts-mode.el index f2b586dfb43..aef224ab3fa 100644 --- a/lisp/progmodes/go-ts-mode.el +++ b/lisp/progmodes/go-ts-mode.el @@ -284,7 +284,7 @@ (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))) -- 2.39.5