aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorPhilipp Mildenberger2023-03-10 16:32:45 +0000
committerGitHub2023-03-10 16:32:45 +0000
commit98415f288ffa043520b0c85bc4464dc44b85f948 (patch)
tree6675fdc3aa9f3b482a5f2e8bc872dc3c8a3686fb /languages.toml
parentd63e570e0a4013f5ad703a9b1ce2d19a06630a82 (diff)
Improved yuck highlighting (and parser), and introduced a tag.builtin scope (#6242)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 8697f9fc..86f4a64d 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2206,7 +2206,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "yuck"
-source = { git = "https://github.com/Philipp-M/tree-sitter-yuck", rev = "9e97da5773f82123a8c8cccf8f7e795d140ed7d1" }
+source = { git = "https://github.com/Philipp-M/tree-sitter-yuck", rev = "e3d91a3c65decdea467adebe4127b8366fa47919" }
[[language]]
name = "prql"