diff options
author | k12ish | 2022-12-30 14:09:15 +0000 |
---|---|---|
committer | GitHub | 2022-12-30 14:09:15 +0000 |
commit | 6f8f9cac9a05bb986a3b5d141104563de3528e29 (patch) | |
tree | 517396af582b9e7e2a985200b8fbf0995875684a | |
parent | 6c9541148873ff5350bf082ace3b04f2efe52dcd (diff) |
Add bash syntax highlighting for `.bash_aliases` (#5347)
-rw-r--r-- | languages.toml | 2 |
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 = "#" |