diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-10-05 06:43:24 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-10-05 09:29:05 +0000 |
| commit | 5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2 (patch) | |
| tree | a3af4036f6f2899e7c617a242ce09ba33bb970e5 | |
| parent | bot(lockfile): update nix, php, php_only, slint, unison (diff) | |
| download | nvim-treesitter-5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2.tar nvim-treesitter-5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2.tar.gz nvim-treesitter-5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2.tar.bz2 nvim-treesitter-5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2.tar.lz nvim-treesitter-5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2.tar.xz nvim-treesitter-5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2.tar.zst nvim-treesitter-5bcc338c3dfe2164a893c6dbeca4210f65f9c4e2.zip | |
bot(lockfile): update erlang, mlir, nix, unison
| -rw-r--r-- | lockfile.json | 8 | ||||
| -rw-r--r-- | queries/unison/highlights.scm | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lockfile.json b/lockfile.json index c9312e8bb..6ffcef7b1 100644 --- a/lockfile.json +++ b/lockfile.json @@ -165,7 +165,7 @@ "revision": "62b0a6e45900a7dff7c37da95fec20a09968ba52" }, "erlang": { - "revision": "b079ba57a7918a85e0780df29e7f45f51d622200" + "revision": "f1919a34af3a9c79402c4a3d6c52986e9c2ea949" }, "facility": { "revision": "2d037f2f2bf668737f72e6be6eda4b7918b68d86" @@ -459,7 +459,7 @@ "revision": "bd17c824196ce70800f64ad39cfddd1b17acc13f" }, "mlir": { - "revision": "612a71d978d9d3e8edaece497845ce8708b44b2d" + "revision": "5da32586f41659cc566d6f8145f9aaff3b842c96" }, "muttrc": { "revision": "173b0ab53a9c07962c9777189c4c70e90f1c1837" @@ -483,7 +483,7 @@ "revision": "0a95cfdc0745b6ae82f60d3a339b37f19b7b9267" }, "nix": { - "revision": "588539bf3ff2560c57b4ee847f95688bc701eaad" + "revision": "42b5c693e7cd8f2309661438e956d947de30080e" }, "norg": { "revision": "d89d95af13d409f30a6c7676387bde311ec4a2c8" @@ -819,7 +819,7 @@ "revision": "debd26fed283d80456ebafa33a06957b0c52e451" }, "unison": { - "revision": "985aaf5857a61fad3aeb262e64816105b746ad30" + "revision": "bc06e1eb100e1c0fab9bd89a9ca55d646ac80fc4" }, "usd": { "revision": "4e0875f724d94d0c2ff36f9b8cb0b12f8b20d216" diff --git a/queries/unison/highlights.scm b/queries/unison/highlights.scm index 80ca65251..39c2393c2 100644 --- a/queries/unison/highlights.scm +++ b/queries/unison/highlights.scm @@ -65,8 +65,8 @@ (type_name) @type (ability_declaration - type_name: (wordy_id) @type - type_arg: (wordy_id) @variable.parameter) + (ability_name) @type + (type_argument) @variable.parameter) (effect (wordy_id) @attribute) ; NOTE: an effect is a special type |
