mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
Enable tree-sitter for .bash_profile (#1571)
This commit is contained in:
parent
d49e5323f9
commit
a4fffaed9f
@ -213,7 +213,7 @@ indent = { tab-width = 2, unit = " " }
|
||||
name = "bash"
|
||||
scope = "source.bash"
|
||||
injection-regex = "bash"
|
||||
file-types = ["sh", "bash", ".bashrc", ".zshrc"]
|
||||
file-types = ["sh", "bash", ".bash_profile", ".bashrc", ".zshrc"]
|
||||
shebangs = ["sh", "bash", "dash"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
Loading…
Reference in New Issue
Block a user