refactor(sh): remove tree-sitter support

bash-ts-mode is inferior to shell-script-mode's syntax highlighting and
no other *-ts-mode modes are available for other shells (though,
there *are* powershell and nushell ts-modes; I'll investigate those
later).
This commit is contained in:
Henrik Lissner
2025-08-27 17:32:56 +02:00
parent 07e7c699cf
commit 6b203d74c9
3 changed files with 1 additions and 11 deletions

View File

@@ -7,7 +7,3 @@
(when (modulep! :editor format)
(unless (executable-find "shfmt")
(warn! "Couldn't find shfmt. Code formatting will not work.")))
(assert! (or (modulep! -tree-sitter)
(modulep! :tools tree-sitter))
"This module requires (:tools tree-sitter)")