Skip to content

Commit

Permalink
Add runtime queries for tfvars (based on hcl) (helix-editor#5396)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxmh authored and Frederik Vestre committed Feb 6, 2023
1 parent a072ec3 commit e79c121
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
| swift || | | `sourcekit-lsp` |
| tablegen |||| |
| task || | | |
| tfvars | | | | `terraform-ls` |
| tfvars | | | | `terraform-ls` |
| toml || | | `taplo` |
| tsq || | | |
| tsx |||| `typescript-language-server` |
Expand Down
1 change: 1 addition & 0 deletions runtime/queries/tfvars/folds.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; inherits: hcl
1 change: 1 addition & 0 deletions runtime/queries/tfvars/highlights.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; inherits: hcl
1 change: 1 addition & 0 deletions runtime/queries/tfvars/indents.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; inherits: hcl
1 change: 1 addition & 0 deletions runtime/queries/tfvars/injections.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; inherits: hcl

0 comments on commit e79c121

Please sign in to comment.