;; -*- lexical-binding: t; -*- (use-package astro-ts-mode :mode "\\.astro\\'" :init (with-eval-after-load 'treesit (add-to-list 'treesit-language-source-alist '(astro "https://github.com/virchau13/tree-sitter-astro")) (add-to-list 'treesit-language-source-alist '(css "https://github.com/tree-sitter/tree-sitter-css")) (add-to-list 'treesit-language-source-alist '(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")))) (provide 'init-astro)