1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Added 'concrete' token to autocomplete

This commit is contained in:
Brian Fiete 2025-03-13 05:57:23 -04:00
parent 9c79d8aa6c
commit 381c629a03

View file

@ -1872,7 +1872,7 @@ void BfAutoComplete::CheckIdentifier(BfAstNode* identifierNode, bool isInExpress
{
const char* tokens[] =
{
"abstract", "append", "base", "class", "const",
"abstract", "append", "base", "class", "concrete", "const",
"delegate", "extern", "enum", "explicit", "extension", "function",
"interface", "in", "implicit", "internal", "mixin", "namespace", "new",
"operator", "out", "override", "params", "private", "protected", "public", "readonly", "ref", "rettype", "return",