mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
feat(inko)!: remove the "class" keyword (#7663)
This keyword is deprecated as of 0.18.1 (released on February 12, 2025) and is being removed as part of the upcoming 0.19.0 release. BREAKING CHANGE: replace with `type`.
This commit is contained in:
parent
2cade9e3d1
commit
95648f9154
2 changed files with 1 additions and 2 deletions
|
|
@ -75,7 +75,6 @@
|
|||
] @keyword.operator
|
||||
|
||||
[
|
||||
"class"
|
||||
"trait"
|
||||
"type"
|
||||
] @keyword.type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue