Emacs: install astro-ts-mode
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -775,6 +775,9 @@ (setq typescript-indent-level 2 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)))