Add bash syntax highlighting for .bash_aliases
(#5347)
This commit is contained in:
parent
6c95411488
commit
6f8f9cac9a
1 changed files with 1 additions and 1 deletions
|
@ -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 = "#"
|
||||
|
|
Loading…
Reference in a new issue