mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -363,7 +363,7 @@
|
|||
"revision": "962568c9efa71d25720ab42c5d36e222626ef3a6"
|
||||
},
|
||||
"inko": {
|
||||
"revision": "0b08a8f976456a9271f70d4682143328d7224115"
|
||||
"revision": "4d057a5c24d715b211c3c82de2526f041b4af66f"
|
||||
},
|
||||
"ipkg": {
|
||||
"revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960"
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@
|
|||
] @keyword.operator
|
||||
|
||||
[
|
||||
"class"
|
||||
"trait"
|
||||
"type"
|
||||
] @keyword.type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue