mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(kotlin)!: update parser and queries
Breaking change: removed nodes `"!in"` and `"!is"`.
This commit is contained in:
parent
23502d650a
commit
ecdae44bae
3 changed files with 4 additions and 6 deletions
|
|
@ -1204,10 +1204,9 @@ return {
|
|||
},
|
||||
kotlin = {
|
||||
install_info = {
|
||||
revision = '6b9788578ae23a1bc7c87e8d564e0daf7671dee3',
|
||||
revision = '48c964a9ddfe4387968d1b6412d7b39106fb7f39',
|
||||
url = 'https://github.com/fwcd/tree-sitter-kotlin',
|
||||
},
|
||||
maintainers = { '@SalBakraa' },
|
||||
tier = 2,
|
||||
},
|
||||
koto = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue