mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Merge pull request #1020 from Fusioon/master
Add missing keywords to autocomplete.
This commit is contained in:
commit
ec47a8ad71
1 changed files with 1 additions and 0 deletions
|
@ -1561,6 +1561,7 @@ void BfAutoComplete::CheckIdentifier(BfAstNode* identifierNode, bool isInExpress
|
|||
"out", "params", "ref", "rettype", "return",
|
||||
"sealed", "sizeof", "scope", "static", "strideof", "struct", "switch", /*"this",*/ "try", "true", "typeof", "unchecked",
|
||||
"using", "var", "virtual", "volatile", "where", "while",
|
||||
"alloctype", "comptype", "decltype", "nullable",
|
||||
};
|
||||
|
||||
for (int i = 0; i < sizeof(tokens) / sizeof(char*); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue