asdfjk;hlasdf;ljasdf;kljasdf;ljkasdf;ljkasdf;jkl
This commit is contained in:
parent
6bd22c5f48
commit
30f0a2d20d
1 changed files with 7 additions and 4 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue