Add runtime queries for tfvars
(based on hcl
) (#5396)
This commit is contained in:
parent
0196cccb0c
commit
532531c3ca
5 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue