mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete
This commit is contained in:
parent
c2c7431620
commit
b70745ef1e
48 changed files with 2975 additions and 918 deletions
|
@ -1647,7 +1647,7 @@ void BfAutoComplete::CheckIdentifier(BfAstNode* identifierNode, bool isInExpress
|
|||
{
|
||||
"abstract", "base", "class", "const",
|
||||
"delegate", "extern", "enum", "explicit", "extension", "function",
|
||||
"interface", "in", "internal", "mixin", "namespace", "new",
|
||||
"interface", "in", "implicit", "internal", "mixin", "namespace", "new",
|
||||
"operator", "out", "override", "params", "private", "protected", "public", "readonly", "ref", "rettype", "return",
|
||||
"scope", "sealed", "static", "struct", "this", "typealias",
|
||||
"using", "virtual", "volatile", "T", "where"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue