From a4fffaed9fed04c339c7a9d10075902575b22a40 Mon Sep 17 00:00:00 2001 From: chunghha Date: Sun, 23 Jan 2022 20:42:46 -0600 Subject: [PATCH] Enable tree-sitter for .bash_profile (#1571) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 5d2bdff42..661e31bff 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 = "#"