diff options
| author | Saleh Bakra'a <SalBakraa@gmail.com> | 2023-04-06 15:50:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 14:50:38 +0200 |
| commit | 153818c29bd0bd845a51869c16576756bccac01f (patch) | |
| tree | f3fb2f1340bf37812623599fd6540e9c2d384032 /lockfile.json | |
| parent | Update parsers: sql (diff) | |
| download | nvim-treesitter-153818c29bd0bd845a51869c16576756bccac01f.tar nvim-treesitter-153818c29bd0bd845a51869c16576756bccac01f.tar.gz nvim-treesitter-153818c29bd0bd845a51869c16576756bccac01f.tar.bz2 nvim-treesitter-153818c29bd0bd845a51869c16576756bccac01f.tar.lz nvim-treesitter-153818c29bd0bd845a51869c16576756bccac01f.tar.xz nvim-treesitter-153818c29bd0bd845a51869c16576756bccac01f.tar.zst nvim-treesitter-153818c29bd0bd845a51869c16576756bccac01f.zip | |
kotlin: update parser and queries
Update `queries/kotlin/locals.scm` to use the the newly exposed `function_value_parameters` node.
Diffstat (limited to 'lockfile.json')
| -rw-r--r-- | lockfile.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json index b30b12077..1e55e230c 100644 --- a/lockfile.json +++ b/lockfile.json @@ -255,7 +255,7 @@ "revision": "e36f054a60c4d9e5ae29567d439fdb8790b53b30" }, "kotlin": { - "revision": "826ef28d605d0925a86a99022cd222c96f2d0952" + "revision": "c84d16e7f75032cdd8c4ad986a76ca9e1fe4e639" }, "lalrpop": { "revision": "7744b56f03ac1e5643fad23c9dd90837fe97291e" |
