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.--- runtime/queries/env/highlights.scm | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'runtime') diff --git a/runtime/queries/env/highlights.scm b/runtime/queries/env/highlights.scm index 6a27e8e5..8a70c41c 100644 --- a/runtime/queries/env/highlights.scm +++ b/runtime/queries/env/highlights.scm @@ -1,19 +1 @@ -(env_variable (quoted_string)) @string -(env_variable (unquoted_string)) @string - -(env_key) @keyword - -((variable) @keyword - (#match? @keyword "^([A-Z][A-Z_0-9]*)$")) - -[ - "{" - "}" -] @punctuation.bracket - -[ - "$" - "=" -] @operator - -(comment) @comment \ No newline at end of file +; inherits: bash \ No newline at end of file -- cgit v1.2.3-70-g09d2