mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Added 'concrete' token to autocomplete
This commit is contained in:
parent
9c79d8aa6c
commit
381c629a03
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue