Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-06 02:56:06 +02:00
parent abfee10ade
commit 396d4345f8

View file

@ -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))