diff options
author | Jimmy Zelinskie | 2023-05-26 22:55:25 +0000 |
---|---|---|
committer | GitHub | 2023-05-26 22:55:25 +0000 |
commit | b107814e3939b5cff9497e19780ac433e20e9a01 (patch) | |
tree | a548c8e727656e5faa9e88654298b1b281d1deac | |
parent | 86ef389c0dfc445ba2888a81edcc13113d1638bc (diff) |
languages: add .zimrc to bash filetypes (#7146)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 56b88db2..cfff2d39 100644 --- a/languages.toml +++ b/languages.toml @@ -692,7 +692,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-ruby", rev = "206c7 name = "bash" scope = "source.bash" injection-regex = "(shell|bash|zsh|sh)" -file-types = ["sh", "bash", "zsh", ".bash_login", ".bash_logout", ".bash_profile", ".bashrc", ".profile", ".zshenv", ".zlogin", ".zlogout", ".zprofile", ".zshrc", "APKBUILD", "PKGBUILD", "eclass", "ebuild", "bazelrc", ".bash_aliases"] +file-types = ["sh", "bash", "zsh", ".bash_login", ".bash_logout", ".bash_profile", ".bashrc", ".profile", ".zshenv", ".zlogin", ".zlogout", ".zprofile", ".zshrc", ".zimrc", "APKBUILD", "PKGBUILD", "eclass", "ebuild", "bazelrc", ".bash_aliases"] shebangs = ["sh", "bash", "dash", "zsh"] roots = [] comment-token = "#" |