Bump treesit font lock level to 4
This commit is contained in:
parent
4b1fee1a1f
commit
f0acc7dc05
2
init.el
2
init.el
|
@ -203,6 +203,8 @@
|
||||||
:hook
|
:hook
|
||||||
(typescript-ts-mode . my--set-tab-width-2)
|
(typescript-ts-mode . my--set-tab-width-2)
|
||||||
(tsx-ts-mode . my--set-tab-width-2)
|
(tsx-ts-mode . my--set-tab-width-2)
|
||||||
|
:custom
|
||||||
|
(treesit-font-lock-level 4)
|
||||||
:init
|
:init
|
||||||
(add-to-list 'major-mode-remap-alist '(sh-mode . bash-ts-mode))
|
(add-to-list 'major-mode-remap-alist '(sh-mode . bash-ts-mode))
|
||||||
(add-to-list 'major-mode-remap-alist '(css-mode . css-ts-mode))
|
(add-to-list 'major-mode-remap-alist '(css-mode . css-ts-mode))
|
||||||
|
|
Loading…
Reference in a new issue