mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/sh): only activate tree-sitter in sh and bash scripts
The tree-sitter grammars don't work properly with zsh scripts for example, so only activate tree-sitter if sh-shell is bash or sh.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
php-mode
|
||||
ruby-mode
|
||||
rust-mode
|
||||
sh-mode
|
||||
terraform-mode
|
||||
typescript-mode
|
||||
yaml-mode) . siren-tree-sitter-mode-enable)
|
||||
|
||||
Reference in New Issue
Block a user