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:
Yorick Peterse 2025-02-17 23:54:32 +01:00 committed by GitHub
parent 2cade9e3d1
commit 95648f9154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -363,7 +363,7 @@
"revision": "962568c9efa71d25720ab42c5d36e222626ef3a6"
},
"inko": {
"revision": "0b08a8f976456a9271f70d4682143328d7224115"
"revision": "4d057a5c24d715b211c3c82de2526f041b4af66f"
},
"ipkg": {
"revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960"

View file

@ -75,7 +75,6 @@
] @keyword.operator
[
"class"
"trait"
"type"
] @keyword.type