mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(koto)!: update parser and queries
Breaking changes: `call`, `index`, `lookup` fields removed
This commit is contained in:
parent
a1d3efbdf5
commit
bd99d6bd2b
2 changed files with 3 additions and 2 deletions
|
|
@ -90,7 +90,8 @@
|
|||
(identifier) @module)
|
||||
|
||||
(chain
|
||||
lookup: (identifier) @variable.member)
|
||||
(lookup
|
||||
(identifier)) @variable.member)
|
||||
|
||||
(chain
|
||||
start: (identifier) @function.call)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue