mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add runtime queries for tfvars
(based on hcl
) (#5396)
This commit is contained in:
parent
0196cccb0c
commit
532531c3ca
@ -120,7 +120,7 @@
|
||||
| swift | ✓ | | | `sourcekit-lsp` |
|
||||
| tablegen | ✓ | ✓ | ✓ | |
|
||||
| task | ✓ | | | |
|
||||
| tfvars | | | | `terraform-ls` |
|
||||
| tfvars | ✓ | | ✓ | `terraform-ls` |
|
||||
| toml | ✓ | | | `taplo` |
|
||||
| tsq | ✓ | | | |
|
||||
| tsx | ✓ | ✓ | ✓ | `typescript-language-server` |
|
||||
|
1
runtime/queries/tfvars/folds.scm
Normal file
1
runtime/queries/tfvars/folds.scm
Normal file
@ -0,0 +1 @@
|
||||
; inherits: hcl
|
1
runtime/queries/tfvars/highlights.scm
Normal file
1
runtime/queries/tfvars/highlights.scm
Normal file
@ -0,0 +1 @@
|
||||
; inherits: hcl
|
1
runtime/queries/tfvars/indents.scm
Normal file
1
runtime/queries/tfvars/indents.scm
Normal file
@ -0,0 +1 @@
|
||||
; inherits: hcl
|
1
runtime/queries/tfvars/injections.scm
Normal file
1
runtime/queries/tfvars/injections.scm
Normal file
@ -0,0 +1 @@
|
||||
; inherits: hcl
|
Loading…
Reference in New Issue
Block a user