asdfjk;hlasdf;ljasdf;kljasdf;ljkasdf;ljkasdf;jkl

This commit is contained in:
Sakooooo 2024-09-08 18:36:00 +04:00
parent 6bd22c5f48
commit 30f0a2d20d
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -915,6 +915,9 @@ this should be useful later
(add-hook 'typescript-ts-mode 'eglot-ensure)
(add-hook 'tsx-ts-mode 'eglot-ensure)
(add-to-list 'auto-mode-alist '(".*\\.ts" . typescript-ts-mode))
(add-to-list 'auto-mode-alist '(".*\\.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)))