This commit is contained in:
Sakooooo 2024-09-09 10:34:32 +04:00
parent dc26c11e2f
commit 2be3e2727e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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