projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaaa4ca
)
Rename custom group treesit to tree-sitter
author
Yuan Fu
<casouri@gmail.com>
Mon, 10 Oct 2022 03:59:59 +0000
(20:59 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Mon, 10 Oct 2022 03:59:59 +0000
(20:59 -0700)
* lisp/treesit.el (treesit): Rename.
lisp/treesit.el
patch
|
blob
|
history
diff --git
a/lisp/treesit.el
b/lisp/treesit.el
index f2e7f478b3f7da9da6504a3223a0b0f69d049937..34b501cfba8858fb7945dccb9f41cef92914190a 100644
(file)
--- a/
lisp/treesit.el
+++ b/
lisp/treesit.el
@@
-31,7
+31,10
@@
;;; Activating tree-sitter
-(defgroup treesit
+;; Per our naming guideline, we use "tree-sitter" when referring to it
+;; as a name and only use "treesit" for prefix. Since a group name is
+;; not a prefix, we use "tree-sitter" here.
+(defgroup tree-sitter
nil
"Tree-sitter is an incremental parser."
:group 'tools