Update .emacs.d/README.org
This commit is contained in:
parent
abfee10ade
commit
396d4345f8
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ Tree-sitter is a built-in Emacs package that allows us to have extremely well in
|
|||
(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")
|
||||
(typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")
|
||||
(yaml "https://github.com/ikatyang/tree-sitter-yaml")))
|
||||
(setq treesit-font-lock-level 4)
|
||||
(setq treesit-font-lock-level 4)
|
||||
(add-to-list 'auto-mode-alist '("\\.ts\\'" . tsx-ts-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.tsx\\'" . tsx-ts-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-ts-mode))
|
||||
|
|
Loading…
Reference in a new issue