Enable tree-sitter for .zshrc and .bashrc

Closes #1460
pull/1363/head
Blaž Hrastnik 2 years ago
parent f064894e57
commit 7d510429c5

@ -213,7 +213,7 @@ indent = { tab-width = 2, unit = " " }
name = "bash"
scope = "source.bash"
injection-regex = "bash"
file-types = ["sh", "bash"]
file-types = ["sh", "bash", ".bashrc", ".zshrc"]
shebangs = ["sh", "bash", "dash"]
roots = []
comment-token = "#"

Loading…
Cancel
Save