Backup 2025-04-18

This commit is contained in:
js0ny 2025-04-18 20:19:25 +01:00
parent e167d883a0
commit d0f1044013
11 changed files with 157 additions and 30 deletions

View file

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