fix(emacs): add automatic typst-ts-mode
This commit is contained in:
parent
4ba60dac01
commit
b38618d0f3
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue