Unnamed repository; edit this file 'description' to name the repository.
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 <[email protected]> --------- Co-authored-by: Michael Davis <[email protected]>
Lukas Knuth 2024-09-25
parent 30aa375 · commit 50ba848
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index cf1d5ae1..a15d8bd7 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"