mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
"let" @keyword
|
||||
|
||||
[
|
||||
"and"
|
||||
"not"
|
||||
|
|
@ -129,3 +133,6 @@
|
|||
(identifier) @variable.parameter)
|
||||
|
||||
(ellipsis) @variable.parameter
|
||||
|
||||
(type
|
||||
_ @type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue