Add a keyword for abstract classes in GDScript
Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
This commit is contained in:
parent
730adf4801
commit
067704f1cd
17 changed files with 137 additions and 42 deletions
|
|
@ -105,6 +105,7 @@ public:
|
|||
MATCH,
|
||||
WHEN,
|
||||
// Keywords
|
||||
ABSTRACT,
|
||||
AS,
|
||||
ASSERT,
|
||||
AWAIT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue