feat(treesit/astro): disable autocompilation of astro grammar
This commit is contained in:
@@ -1425,9 +1425,7 @@ Auto-completion for ~emmet-mode~, ~html-mode~, and ~web-mode~.
|
|||||||
(use-package astro-ts-mode
|
(use-package astro-ts-mode
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:defer t
|
:defer t
|
||||||
:mode "\\.astro\\'"
|
:mode "\\.astro\\'")
|
||||||
:init
|
|
||||||
(mapc #'treesit-install-language-grammar '(astro css tsx)))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** CSS
|
**** CSS
|
||||||
|
|||||||
Reference in New Issue
Block a user