Skip to content

Commit

Permalink
Enable tree-sitter for .zshenv and zsh files (#1574)
Browse files Browse the repository at this point in the history
This commit builds on #1460, #1571, and others, adding the .zshenv
file and all files with the zsh extension to the file-types using
bash syntax-highlighting.
  • Loading branch information
EricCrosson authored Jan 24, 2022
1 parent 1bcff79 commit 0ad7561
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", ".bash_profile", ".bashrc", ".zshrc"]
file-types = ["sh", "bash", "zsh", ".bash_login", ".bash_logout", ".bash_profile", ".bashrc", ".profile", ".zshenv", ".zlogin", ".zlogout", ".zprofile", ".zshrc"]
shebangs = ["sh", "bash", "dash"]
roots = []
comment-token = "#"
Expand Down

0 comments on commit 0ad7561

Please sign in to comment.