We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c888316 commit b5cedccCopy full SHA for b5cedcc
parsers/basic.c
@@ -61,6 +61,9 @@ static KeyWord basic_keywords[] = {
61
{"public sub", K_FUNCTION, 0},
62
{"private function", K_FUNCTION, 0},
63
{"public function", K_FUNCTION, 0},
64
+ {"property", K_FUNCTION, 0},
65
+ {"constructor", K_FUNCTION, 0},
66
+ {"destructor", K_FUNCTION, 0},
67
{"type", K_TYPE, 0},
68
{"enum", K_ENUM, 0},
69
0 commit comments