mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(koto)!: update parser and queries
Breaking changes: `call`, `index`, `lookup` fields removed
This commit is contained in:
committed by
Christian Clason
parent
a1d3efbdf5
commit
bd99d6bd2b
@@ -1215,7 +1215,7 @@ return {
|
||||
},
|
||||
koto = {
|
||||
install_info = {
|
||||
revision = '2ffc77c14f0ac1674384ff629bfc207b9c57ed89',
|
||||
revision = '633744bca404ae4edb961a3c2d7bc947a987afa4',
|
||||
url = 'https://github.com/koto-lang/tree-sitter-koto',
|
||||
},
|
||||
maintainers = { '@irh' },
|
||||
|
||||
@@ -90,7 +90,8 @@
|
||||
(identifier) @module)
|
||||
|
||||
(chain
|
||||
lookup: (identifier) @variable.member)
|
||||
(lookup
|
||||
(identifier)) @variable.member)
|
||||
|
||||
(chain
|
||||
start: (identifier) @function.call)
|
||||
|
||||
Reference in New Issue
Block a user