diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-02-09 10:50:13 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-09 11:10:00 +0100 |
| commit | 8812089919ff19614db75ba76d3950c0a58ca3b0 (patch) | |
| tree | 3aec6e1b9afabc11a1bdc3438403388402c5253a | |
| parent | fixup: it's fine (diff) | |
| download | nvim-treesitter-8812089919ff19614db75ba76d3950c0a58ca3b0.tar nvim-treesitter-8812089919ff19614db75ba76d3950c0a58ca3b0.tar.gz nvim-treesitter-8812089919ff19614db75ba76d3950c0a58ca3b0.tar.bz2 nvim-treesitter-8812089919ff19614db75ba76d3950c0a58ca3b0.tar.lz nvim-treesitter-8812089919ff19614db75ba76d3950c0a58ca3b0.tar.xz nvim-treesitter-8812089919ff19614db75ba76d3950c0a58ca3b0.tar.zst nvim-treesitter-8812089919ff19614db75ba76d3950c0a58ca3b0.zip | |
fix(unison): adapt to breaking parser change
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/unison/highlights.scm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lockfile.json b/lockfile.json index 9cb6fc9b9..96fd9f921 100644 --- a/lockfile.json +++ b/lockfile.json @@ -708,7 +708,7 @@ "revision": "debd26fed283d80456ebafa33a06957b0c52e451" }, "unison": { - "revision": "a69d087590f2ca057d1ef1a393de7e22869bb557" + "revision": "fb49b8125509c079e08f345758c03a427129010e" }, "usd": { "revision": "ab8c30bde2df0e58c4b3f01f220fb0125ecb57a7" diff --git a/queries/unison/highlights.scm b/queries/unison/highlights.scm index 6f97474fa..0092ef8d8 100644 --- a/queries/unison/highlights.scm +++ b/queries/unison/highlights.scm @@ -14,7 +14,7 @@ ; Keywords [ (kw_forall) - (unique_kw) + (unique) (type_kw) (do) (kw_let) @@ -24,7 +24,7 @@ (kw_equals) @keyword.operator -(structural_kw) @type.qualifier +(structural) @type.qualifier (unique) @type.qualifier |
