Enable tree-sitter for .zshrc and .bashrc

Closes #1460
This commit is contained in:
Blaž Hrastnik 2022-01-23 16:39:18 +09:00
parent f064894e57
commit 7d510429c5

View File

@ -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 = "#"