mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat(koto): Update highlighting for 0.15
This commit is contained in:
parent
10a9464a82
commit
8ca76960ae
1 changed files with 7 additions and 0 deletions
|
|
@ -18,8 +18,12 @@
|
||||||
">="
|
">="
|
||||||
".."
|
".."
|
||||||
"..="
|
"..="
|
||||||
|
"->"
|
||||||
|
(null_check)
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
|
"let" @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
"and"
|
"and"
|
||||||
"not"
|
"not"
|
||||||
|
|
@ -129,3 +133,6 @@
|
||||||
(identifier) @variable.parameter)
|
(identifier) @variable.parameter)
|
||||||
|
|
||||||
(ellipsis) @variable.parameter
|
(ellipsis) @variable.parameter
|
||||||
|
|
||||||
|
(type
|
||||||
|
_ @type)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue