Update HCL grammar (#11749)
* Point HCL grammer to newest This adds support for provider-defined function calls in Terraform. * Update HCL grammar repo The repository was moved from the original authors personal GitHub to the `tree-sitter-grammars` organization. Co-authored-by: Michael Davis <mcarsondavis@gmail.com> --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
30aa375f2d
commit
50ba848b59
1 changed files with 1 additions and 1 deletions
|
@ -1829,7 +1829,7 @@ auto-format = true
|
|||
|
||||
[[grammar]]
|
||||
name = "hcl"
|
||||
source = { git = "https://github.com/MichaHoffmann/tree-sitter-hcl", rev = "3cb7fc28247efbcb2973b97e71c78838ad98a583" }
|
||||
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-hcl", rev = "9e3ec9848f28d26845ba300fd73c740459b83e9b" }
|
||||
|
||||
[[language]]
|
||||
name = "tfvars"
|
||||
|
|
Loading…
Add table
Reference in a new issue