diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-09-16 07:00:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-16 07:00:41 +0000 |
| commit | c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a (patch) | |
| tree | e21fae8586df5cc380aaaee5bcd197030b8a9fe3 | |
| parent | fix(lua): fix luadoc injections (diff) | |
| download | nvim-treesitter-c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a.tar nvim-treesitter-c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a.tar.gz nvim-treesitter-c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a.tar.bz2 nvim-treesitter-c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a.tar.lz nvim-treesitter-c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a.tar.xz nvim-treesitter-c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a.tar.zst nvim-treesitter-c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a.zip | |
Update parsers: lalrpop, wing (#5403)
Co-authored-by: GitHub <noreply@github.com>
| -rw-r--r-- | lockfile.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json index 00ff7b6b9..d2ae9088f 100644 --- a/lockfile.json +++ b/lockfile.json @@ -306,7 +306,7 @@ "revision": "06a2f6e71c7fcac34addcbf2a4667adad1b9c5a7" }, "lalrpop": { - "revision": "b7431e4b64183a5d0d094895a4cd5daf51ed3103" + "revision": "06ae1b6c26e23c77c7fb86d51dddad62b42e66b0" }, "latex": { "revision": "2ae2021d7b224fb6aa57b760e0d146059f943bb8" @@ -639,7 +639,7 @@ "revision": "a041228ae64632f59b9bd37346a0dbcb7817f36b" }, "wing": { - "revision": "3083cc10d3df56f973b8af00a2e48234df9e7a9f" + "revision": "430ec7527a3eee00719ce9735854177629410f63" }, "xml": { "revision": "9deacbfb79cb3527a0396255beb17e1bba3f2052" |
