Enable tree-sitter for .bash_profile (#1571)

This commit is contained in:
chunghha 2022-01-23 20:42:46 -06:00 committed by GitHub
parent d49e5323f9
commit a4fffaed9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ indent = { tab-width = 2, unit = " " }
name = "bash" name = "bash"
scope = "source.bash" scope = "source.bash"
injection-regex = "bash" injection-regex = "bash"
file-types = ["sh", "bash", ".bashrc", ".zshrc"] file-types = ["sh", "bash", ".bash_profile", ".bashrc", ".zshrc"]
shebangs = ["sh", "bash", "dash"] shebangs = ["sh", "bash", "dash"]
roots = [] roots = []
comment-token = "#" comment-token = "#"