aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Crosson2022-01-24 15:25:19 +0000
committerGitHub2022-01-24 15:25:19 +0000
commit0ad7561135cb53bdcb067e092fa1edaba96ffdad (patch)
tree6b59c877db015393335f523135094acfa68a7d45
parent1bcff796e57ac1f8eee5a7fba88afc5253145bf6 (diff)
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.
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 661e31bf..a589d7b8 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = "#"