mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(kotlin)!: update parser and queries
Breaking change: removed nodes `"!in"` and `"!is"`.
This commit is contained in:
committed by
Christian Clason
parent
23502d650a
commit
ecdae44bae
@@ -153,7 +153,7 @@
|
||||
"charArrayOf" "emptyArray" "mapOf" "setOf" "listOf" "emptyMap" "emptySet" "emptyList"
|
||||
"mutableMapOf" "mutableSetOf" "mutableListOf" "print" "println" "error" "TODO" "run"
|
||||
"runCatching" "repeat" "lazy" "lazyOf" "enumValues" "enumValueOf" "assert" "check"
|
||||
"checkNotNull" "require" "requireNotNull" "with" "suspend" "synchronized"))
|
||||
"checkNotNull" "require" "requireNotNull" "with" "synchronized"))
|
||||
|
||||
; Literals
|
||||
[
|
||||
@@ -343,12 +343,11 @@
|
||||
"?:"
|
||||
"!!"
|
||||
"is"
|
||||
"!is"
|
||||
"in"
|
||||
"!in"
|
||||
"as"
|
||||
"as?"
|
||||
".."
|
||||
"..<"
|
||||
"->"
|
||||
] @operator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user