Skip to content

Commit 1b3f45f

Browse files
committed
docs(treesit-auto): update some comments
1 parent 529b54a commit 1b3f45f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/me-prog.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
(treesit-auto-install 'prompt)
2222
:config
2323
;; 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)
2624
;; BUG+FIX: Remove the Markdown grammar to install it correctly (renzmann/treesit-auto#102)
2725
(let* ((extra-recipes
2826
(list (make-treesit-auto-recipe
@@ -79,8 +77,8 @@
7977
(treesit-auto-add-to-auto-mode-alist 'all)
8078

8179
;; 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'.
8482
(defun +treesit-enable-available-grammars-on-normal-modes ()
8583
"Enable `treesit' parses in non-treesit modes."
8684
(dolist (recipe treesit-auto-recipe-list)

0 commit comments

Comments
 (0)