mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
feat(inko): highlight the "type" keyword
This keyword will be released in 0.18.0 and deprecate the "class" keyword, which in turn will be removed in 0.19.0.
This commit is contained in:
parent
50947387c2
commit
096babebf6
2 changed files with 2 additions and 1 deletions
|
|
@ -77,6 +77,7 @@
|
|||
[
|
||||
"class"
|
||||
"trait"
|
||||
"type"
|
||||
] @keyword.type
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue