aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authork12ish2022-12-30 14:09:15 +0000
committerGitHub2022-12-30 14:09:15 +0000
commit6f8f9cac9a05bb986a3b5d141104563de3528e29 (patch)
tree517396af582b9e7e2a985200b8fbf0995875684a /languages.toml
parent6c9541148873ff5350bf082ace3b04f2efe52dcd (diff)
Add bash syntax highlighting for `.bash_aliases` (#5347)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 53f65be7..75ab4951 100644
--- a/languages.toml
+++ b/languages.toml
@@ -537,7 +537,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-ruby", rev = "4c600
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"]
+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"]
shebangs = ["sh", "bash", "dash", "zsh"]
roots = []
comment-token = "#"