From b38618d0f35a19048b03a86c4dd0686e08f851ad Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 19 Feb 2025 16:07:25 -0500 Subject: [PATCH] fix(emacs): add automatic `typst-ts-mode` --- .emacs.d/include/priime-languages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/include/priime-languages.el b/.emacs.d/include/priime-languages.el index 03c35cd..70586e2 100644 --- a/.emacs.d/include/priime-languages.el +++ b/.emacs.d/include/priime-languages.el @@ -122,7 +122,8 @@ ("\\.cjs\\'" . typescript-ts-mode) ("\\.ts\\'" . typescript-ts-mode) ("\\.jsx\\'" . tsx-ts-mode) - ("\\.json\\'" . json-ts-mode)) + ("\\.json\\'" . json-ts-mode) + ("\\.typ\\'" . typst-ts-mode)) :preface (defun os/setup-install-grammars () "Install Tree-sitter grammars if they are absent."