From 447909e4d0b865a1177babe2214536979fdbeb7c Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Mon, 30 Jan 2023 08:56:42 -0600 Subject: Modify env language to extend bash (#5720) Additionally, add `.envrc` to the `env`-supported file types.--- languages.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'languages.toml') diff --git a/languages.toml b/languages.toml index 495acfec..755f577f 100644 --- a/languages.toml +++ b/languages.toml @@ -2007,15 +2007,12 @@ source = { git = "https://github.com/hh9527/tree-sitter-wit", rev = "c917790ab9a [[language]] name = "env" scope = "source.env" -file-types = [".env", ".env.local", ".env.development", ".env.production"] +file-types = [".env", ".env.local", ".env.development", ".env.production", ".envrc"] injection-regex = "env" comment-token = "#" indent = { tab-width = 4, unit = "\t" } roots = [] - -[[grammar]] -name = "env" -source = { git = "https://github.com/seshotake/tree-sitter-env", rev = "e6c6bb1e7b51d481cba463fe949f083cf22d81f7" } +grammar = "bash" [[language]] name = "ini" -- cgit v1.2.3-70-g09d2