diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-01-28 07:59:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 13:59:56 +0100 |
| commit | aad763de6ba7d5fbc93377d2d20cae7e374a466b (patch) | |
| tree | e621fcb307e8f779e57f34439937e43fb8696d9f /lockfile.json | |
| parent | fix(capnp): update highlights (diff) | |
| download | nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.gz nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.bz2 nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.lz nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.xz nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.zst nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.zip | |
feat: add kdl (#4227)
* feat: add kdl
* feat: comment queries
* fix(kdl): comments properly highlighted now
* feat(kdl): folds
* chore: bump revision to feature-complete parser
* fix: folds
Diffstat (limited to 'lockfile.json')
| -rw-r--r-- | lockfile.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lockfile.json b/lockfile.json index 99c54cb9f..2bb73f024 100644 --- a/lockfile.json +++ b/lockfile.json @@ -218,6 +218,9 @@ "julia": { "revision": "9d368185be7e8139f2eda93d8b0acc2a54031718" }, + "kdl": { + "revision": "3a67244a48e9446248fc48117afe11dab19b030a" + }, "kotlin": { "revision": "e4637037a5fe6f25fe66c305669faa0855f35692" }, |
