diff options
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 5d2bdff4..661e31bf 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = "#" |