diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-07-05 06:40:36 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-07-05 07:33:32 +0000 |
| commit | ee29084ce689c5a8bdc780f5fbec463b8f6e4786 (patch) | |
| tree | 02c3e1831772528ab4cc05f2428cc7ef187b3de8 | |
| parent | docs(readme): update outdated information (diff) | |
| download | nvim-treesitter-ee29084ce689c5a8bdc780f5fbec463b8f6e4786.tar nvim-treesitter-ee29084ce689c5a8bdc780f5fbec463b8f6e4786.tar.gz nvim-treesitter-ee29084ce689c5a8bdc780f5fbec463b8f6e4786.tar.bz2 nvim-treesitter-ee29084ce689c5a8bdc780f5fbec463b8f6e4786.tar.lz nvim-treesitter-ee29084ce689c5a8bdc780f5fbec463b8f6e4786.tar.xz nvim-treesitter-ee29084ce689c5a8bdc780f5fbec463b8f6e4786.tar.zst nvim-treesitter-ee29084ce689c5a8bdc780f5fbec463b8f6e4786.zip | |
bot(lockfile): update editorconfig, javascript, wit
| -rw-r--r-- | lockfile.json | 6 | ||||
| -rw-r--r-- | queries/wit/highlights.scm | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lockfile.json b/lockfile.json index 77f91f989..89b3ae6d4 100644 --- a/lockfile.json +++ b/lockfile.json @@ -141,7 +141,7 @@ "revision": "8e635b0b723c620774dfb8abf382a7f531894b40" }, "editorconfig": { - "revision": "aec8400b9554eae784125054ac4af7b767804844" + "revision": "a1f293faf993209cbbc324c4d73cd907a6aee205" }, "eds": { "revision": "0ad62cb635c2f4353359a88dec9e3a57bbf9f66d" @@ -339,7 +339,7 @@ "revision": "953abfc8bb3eb2f578e1f461edba4a9885f974b8" }, "javascript": { - "revision": "391a8fcc48a11f63bf18ec9885f6f069e760949a" + "revision": "12e45374422f6051648717be62f0ffc40a279ee2" }, "jq": { "revision": "13990f530e8e6709b7978503da9bc8701d366791" @@ -831,7 +831,7 @@ "revision": "bd1d35cf3e013dc7e189b46a593bdc2b281b0dd7" }, "wit": { - "revision": "cab94791450524a542324d8cbe8017d69c516d8e" + "revision": "7351db0da11900e7f0c754b3483d39fc6a9d53e8" }, "xcompose": { "revision": "fff3e72242aa110ebba6441946ea4d12d200fa68" diff --git a/queries/wit/highlights.scm b/queries/wit/highlights.scm index 983987b90..8b5ab4aa0 100644 --- a/queries/wit/highlights.scm +++ b/queries/wit/highlights.scm @@ -67,8 +67,8 @@ (enum_items name: (id) @type) -(enum_body - enum_cases: (id) @constant) +(enum_case + name: (id) @constant) (resource_item name: (id) @type) |
