File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 21
21
(treesit-auto-install 'prompt )
22
22
:config
23
23
; ; Add extra grammars
24
- ; ; BUG+FIX: Remove the C++ grammar to force using v0.22.0, newer versions
25
- ; ; cause problems with syntax highlighting in `c++-ts-mode' buffers (abougouffa/minemacs#135)
26
24
; ; BUG+FIX: Remove the Markdown grammar to install it correctly (renzmann/treesit-auto#102)
27
25
(let* ((extra-recipes
28
26
(list (make-treesit-auto-recipe
79
77
(treesit-auto-add-to-auto-mode-alist 'all )
80
78
81
79
; ; Create `treesit' parsers when they are available even in non-treesit modes.
82
- ; ; This is useful for packages like `expreg' and `ts-movement' .
83
- ; ; BUG: Adding the Elisp grammar and creating it seems to interfere with `parinfer-rust-mode'
80
+ ; ; This is useful for packages like `virtual-format' , `treesit-fold' , `expreg'
81
+ ; ; and `ts-movement' .
84
82
(defun +treesit-enable-available-grammars-on-normal-modes ()
85
83
" Enable `treesit' parses in non-treesit modes."
86
84
(dolist (recipe treesit-auto-recipe-list)
You can’t perform that action at this time.
0 commit comments