Skip to content

Commit

Permalink
Enable tree-sitter for .zshrc and .bashrc
Browse files Browse the repository at this point in the history
Closes #1460
  • Loading branch information
archseer committed Jan 23, 2022
1 parent f064894 commit 7d51042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "#"
Expand Down

0 comments on commit 7d51042

Please sign in to comment.