Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions generate/keywords_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ void KEYWORD1 void
volatile KEYWORD1


# Keywords which can be followed by a parenthesis
assert FUNCTION5
case FUNCTION5
return FUNCTION5
super FUNCTION5
this FUNCTION5
throw FUNCTION5


# Datatypes

Array KEYWORD5 Array
Expand Down