From ad8638e4a2aecb9c40d9f7d2d6f1248721d6a17f Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Fri, 26 May 2023 18:55:25 -0400 Subject: [PATCH] languages: add .zimrc to bash filetypes (#7146) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 56b88db21b69..cfff2d39f1ed 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 = "#"