You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
-[Clippy](#clippy)
22
22
-[Easy insertion of dbg!](#easy-insertion-of-dbg)
23
23
-[More commands](#more-commands)
24
+
-[highlighting with tree-sitter](#highlighting-with-tree-sitter)
24
25
-[LSP](#lsp)
25
26
-[eglot](#eglot)
26
27
-[lsp-mode](#lsp-mode)
@@ -190,6 +191,18 @@ This is bound to <kbd>C-c C-d</kbd> by default.
190
191
191
192
-`rustic-toggle-mutability` toggle mut for var defined at current line
192
193
194
+
## highlighting with tree-sitter
195
+
196
+
You should take a look at [tree-sitter](https://github.com/emacs-tree-sitter/elisp-tree-sitter). When the dependencies are installed you can activate the feature with:
0 commit comments