aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorzetashift2024-02-04 01:10:20 +0000
committerGitHub2024-02-04 01:10:20 +0000
commit6e3ed7f0fa91a3adc01f33e182999f606b48ce6a (patch)
treebd6f1304ec82c3fab765cd47af1c669ae6403415 /languages.toml
parent75d61d8149d1e55d25f0bc34d95f01d6a3f1f526 (diff)
Update Unison tree-sitter grammar for type changes and add indent queries (#9505)
* Update Unison tree-sitter grammar for type changes * Add indent queries for Unison * Improve Unison indent queries
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 e601c20d..11afea0c 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2940,7 +2940,7 @@ indent = { tab-width = 4, unit = " " }
[[grammar]]
name = "unison"
-source = { git = "https://github.com/kylegoetz/tree-sitter-unison", rev = "aaec316774c8b50d367ec7cf26523aac5ef0cfc5" }
+source = { git = "https://github.com/kylegoetz/tree-sitter-unison", rev = "1f505e2447fa876a87aee47ff3d70b9e141c744f" }
[[language]]
name = "todotxt"