aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorchunghha2022-01-24 02:42:46 +0000
committerGitHub2022-01-24 02:42:46 +0000
commita4fffaed9fed04c339c7a9d10075902575b22a40 (patch)
treeaf5c8c2deb3444bdf5681e1612cb1060175d1866 /languages.toml
parentd49e5323f9230f3195d3ee4c5e682cd6d8c2cb1a (diff)
Enable tree-sitter for .bash_profile (#1571)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
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 = "#"