Skip to content

Commit afb4bb7

Browse files
committed
Define a subgroup
1 parent 565abb2 commit afb4bb7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lisp/tree-sitter-indentation.el

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
;;; tree-sitter-indentation.el --- Better and smart indentation for major modes
2+
3+
;; Version: 0.5.0
4+
;; Homepage: https://github.com/ubolonton/emacs-tree-sitter
5+
;; Package-Requires: ((emacs "25.1"))
6+
7+
;;; Commentary:
8+
9+
;; better and smart indentation for major modes
10+
11+
;;; Code:
12+
13+
(require 'tree-sitter)
14+
15+
(defgroup tree-sitter-indentation nil
16+
"indentation for major modes with tree-sitter."
17+
:group 'tree-sitter)
18+
19+
20+
(provide 'tree-sitter-indentation)
21+
;;; tree-sitter-indentation.el ends here

0 commit comments

Comments
 (0)