Enable tree-sitter for .zshenv and zsh files (#1574)
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.
This commit is contained in:
parent
1bcff796e5
commit
0ad7561135
1 changed files with 1 additions and 1 deletions
|
@ -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 = "#"
|
||||
|
|
Loading…
Reference in a new issue