mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Backup 2025-04-18
This commit is contained in:
parent
e167d883a0
commit
d0f1044013
11 changed files with 157 additions and 30 deletions
|
|
@ -16,5 +16,13 @@
|
|||
(python-mode . python-ts-mode)
|
||||
(js-json-mode . json-ts-mode)))
|
||||
|
||||
(add-to-list 'treesit-language-source-alist
|
||||
'(hyprlang "https://github.com/tree-sitter-grammars/tree-sitter-hyprlang"))
|
||||
|
||||
(use-package hyprlang-ts-mode
|
||||
:ensure t
|
||||
:custom
|
||||
(hyprlang-ts-mode-indent-offset 4))
|
||||
|
||||
|
||||
(provide 'init-treesitter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue