refactor(elm): remove tree-sitter support

No *-ts-mode exists for elm-mode. The elm module will fall back to
font-lock rules so this is not a breaking changing.
This commit is contained in:
Henrik Lissner
2025-08-27 17:14:53 +02:00
parent c1ac8bc37a
commit bee45157c6
3 changed files with 0 additions and 9 deletions

View File

@@ -5,9 +5,6 @@
(add-hook 'elm-mode-local-vars-hook #'lsp! 'append)
(set-company-backend! 'elm-mode 'company-elm))
(when (modulep! +tree-sitter)
(add-hook 'elm-mode-local-vars-hook #'tree-sitter! 'append))
(set-repl-handler! 'elm-mode #'run-elm-interactive)
(set-ligatures! 'elm-mode
:null "null"