Enable tree-sitter for .bash_profile (#1571)

imgbot
chunghha 2 years ago committed by GitHub
parent d49e5323f9
commit a4fffaed9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save