feat(treesit/astro): disable autocompilation of astro grammar

This commit is contained in:
2025-11-19 11:34:55 +01:00
parent 4b070dbe4f
commit 764be96265

View File

@@ -1425,9 +1425,7 @@ Auto-completion for ~emmet-mode~, ~html-mode~, and ~web-mode~.
(use-package astro-ts-mode
:straight (:build t)
:defer t
:mode "\\.astro\\'"
:init
(mapc #'treesit-install-language-grammar '(astro css tsx)))
:mode "\\.astro\\'")
#+end_src
**** CSS