Install grammar for js

This commit is contained in:
Tobias Ostner 2024-09-13 11:12:54 +02:00
parent 2b917dc2c2
commit abeb4daddc

View file

@ -614,7 +614,7 @@
:ts-mode 'swift-ts-mode
:remap '(swift-mode)
:ext "\\.swift\\'"))
(setq treesit-auto-langs '(swift python typescript tsx))
(setq treesit-auto-langs '(swift python typescript tsx javascript jsx))
(treesit-auto-add-to-auto-mode-alist 'all)
(global-treesit-auto-mode))