summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 39fd0eee..8dd7831c 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -775,6 +775,9 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
                   typescript-ts-mode-indent-offset 2)))
 (add-to-list 'major-mode-remap-alist '(typescript-mode . typescript-ts-mode))
 
+(use-package astro-ts-mode
+  :mode (("\\.astro\\'" . astro-ts-mode)))
+
 (autoload 'ansi-color-apply-on-region "ansi-color")
 (defun colourise-compilation-buffer ()
   (ansi-color-apply-on-region compilation-filter-start (point-max)))