mirror of https://github.com/helix-editor/helix
Add runtime queries for `tfvars` (based on `hcl`) (#5396)
parent
0196cccb0c
commit
532531c3ca
|
@ -120,7 +120,7 @@
|
||||||
| swift | ✓ | | | `sourcekit-lsp` |
|
| swift | ✓ | | | `sourcekit-lsp` |
|
||||||
| tablegen | ✓ | ✓ | ✓ | |
|
| tablegen | ✓ | ✓ | ✓ | |
|
||||||
| task | ✓ | | | |
|
| task | ✓ | | | |
|
||||||
| tfvars | | | | `terraform-ls` |
|
| tfvars | ✓ | | ✓ | `terraform-ls` |
|
||||||
| toml | ✓ | | | `taplo` |
|
| toml | ✓ | | | `taplo` |
|
||||||
| tsq | ✓ | | | |
|
| tsq | ✓ | | | |
|
||||||
| tsx | ✓ | ✓ | ✓ | `typescript-language-server` |
|
| tsx | ✓ | ✓ | ✓ | `typescript-language-server` |
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
; inherits: hcl
|
|
@ -0,0 +1 @@
|
||||||
|
; inherits: hcl
|
|
@ -0,0 +1 @@
|
||||||
|
; inherits: hcl
|
|
@ -0,0 +1 @@
|
||||||
|
; inherits: hcl
|
Loading…
Reference in New Issue