1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 01:58:00 +02:00

Add missing keywords to autocomplete.

This commit is contained in:
Fusion 2021-05-27 12:38:35 +02:00
parent de0224a810
commit 93739f82ee

View file

@ -1561,6 +1561,7 @@ void BfAutoComplete::CheckIdentifier(BfAstNode* identifierNode, bool isInExpress
"out", "params", "ref", "rettype", "return", "out", "params", "ref", "rettype", "return",
"sealed", "sizeof", "scope", "static", "strideof", "struct", "switch", /*"this",*/ "try", "true", "typeof", "unchecked", "sealed", "sizeof", "scope", "static", "strideof", "struct", "switch", /*"this",*/ "try", "true", "typeof", "unchecked",
"using", "var", "virtual", "volatile", "where", "while", "using", "var", "virtual", "volatile", "where", "while",
"alloctype", "comptype", "decltype", "nullable",
}; };
for (int i = 0; i < sizeof(tokens) / sizeof(char*); i++) for (int i = 0; i < sizeof(tokens) / sizeof(char*); i++)