mirror of https://github.com/helix-editor/helix
bash: expand injection-regex to common shells
parent
ca82cd86e6
commit
beb19fe1bd
|
@ -460,7 +460,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-ruby", rev = "dfff6
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "bash"
|
name = "bash"
|
||||||
scope = "source.bash"
|
scope = "source.bash"
|
||||||
injection-regex = "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"]
|
||||||
shebangs = ["sh", "bash", "dash"]
|
shebangs = ["sh", "bash", "dash"]
|
||||||
roots = []
|
roots = []
|
||||||
|
|
Loading…
Reference in New Issue