i hate this
This commit is contained in:
parent
a578b32053
commit
3008aa610d
|
@ -915,10 +915,6 @@ this should be useful later
|
||||||
(add-hook 'typescript-ts-mode 'eglot-ensure)
|
(add-hook 'typescript-ts-mode 'eglot-ensure)
|
||||||
(add-hook 'tsx-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
|
(setq treesit-language-source-alist
|
||||||
'((typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src" nil nil)
|
'((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)))
|
(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src" nil nil)))
|
||||||
|
|
Loading…
Reference in a new issue