feat(koto)!: update parser and queries

Breaking changes: `call`, `index`, `lookup` fields removed
This commit is contained in:
Christian Clason 2025-09-21 10:38:22 +02:00
parent a1d3efbdf5
commit 6f50fe6496
2 changed files with 3 additions and 2 deletions

View file

@ -90,7 +90,8 @@
(identifier) @module)
(chain
lookup: (identifier) @variable.member)
(lookup
(identifier)) @variable.member)
(chain
start: (identifier) @function.call)