projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94dec95
)
; Alphabetize go-ts-mode's treesit-font-lock-feature-list
author
Randy Taylor
<dev@rjt.dev>
Thu, 18 Apr 2024 13:38:28 +0000
(09:38 -0400)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/go-ts-mode.el
b/lisp/progmodes/go-ts-mode.el
index f2b586dfb439901f8ca8f63d00a963c769ad363d..aef224ab3fa400b2e5759d48c7727aba58d571cc 100644
(file)
--- 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)))