We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565abb2 commit afb4bb7Copy full SHA for afb4bb7
lisp/tree-sitter-indentation.el
@@ -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