1
0
Fork 0

fix(emacs): add automatic typst-ts-mode

This commit is contained in:
Lucas Sta Maria 2025-02-19 16:07:25 -05:00
parent 4ba60dac01
commit b38618d0f3
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -122,7 +122,8 @@
("\\.cjs\\'" . typescript-ts-mode) ("\\.cjs\\'" . typescript-ts-mode)
("\\.ts\\'" . typescript-ts-mode) ("\\.ts\\'" . typescript-ts-mode)
("\\.jsx\\'" . tsx-ts-mode) ("\\.jsx\\'" . tsx-ts-mode)
("\\.json\\'" . json-ts-mode)) ("\\.json\\'" . json-ts-mode)
("\\.typ\\'" . typst-ts-mode))
:preface :preface
(defun os/setup-install-grammars () (defun os/setup-install-grammars ()
"Install Tree-sitter grammars if they are absent." "Install Tree-sitter grammars if they are absent."