mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
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:
@@ -37,9 +37,6 @@
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'sh-mode-local-vars-hook #'lsp! 'append))
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(add-hook 'sh-mode-local-vars-hook #'tree-sitter! 'append))
|
||||
|
||||
(setq sh-indent-after-continuation 'always)
|
||||
|
||||
;; [pedantry intensifies]
|
||||
|
Reference in New Issue
Block a user