Unnamed repository; edit this file 'description' to name the repository.
Update tree-sitter-rego grammar (#15251)
Update tree-sitter-rego to commit ddd39af to get latest grammar following the new string interpolation feature. Signed-off-by: Charlie Egan <[email protected]>
Charlie Egan 4 months ago
parent c10e9c0 · commit f9335f6
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 0b7149be..8debe99e 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3715,7 +3715,7 @@ grammar = "rego"
[[grammar]]
name = "rego"
-source = { git = "https://github.com/FallenAngel97/tree-sitter-rego", rev = "9ac75e71b2d791e0aadeef68098319d86a2a14cf" }
+source = { git = "https://github.com/FallenAngel97/tree-sitter-rego", rev = "ddd39af81fe8b0288102a7cb97959dfce723e0f3" }
[[language]]
name = "nim"