oh thats why

This commit is contained in:
Sakooooo 2024-09-06 19:28:44 +04:00
parent 23b6abe7cc
commit a578b32053
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -915,6 +915,10 @@ this should be useful later
(add-hook 'typescript-ts-mode 'eglot-ensure)
(add-hook 'tsx-ts-mode 'eglot-ensure)
(setq auto-mode-alist
(append '((".*\\.ts\\'" . typescript-ts-mode)
(".*\\.tsx\\'" . tsx-ts-mode))))
(setq treesit-language-source-alist
'((typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src" nil nil)
(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src" nil nil)))