diff --git a/IDEHelper/Compiler/BfAutoComplete.cpp b/IDEHelper/Compiler/BfAutoComplete.cpp index ce647aea..525ab000 100644 --- a/IDEHelper/Compiler/BfAutoComplete.cpp +++ b/IDEHelper/Compiler/BfAutoComplete.cpp @@ -1718,10 +1718,10 @@ void BfAutoComplete::CheckIdentifier(BfAstNode* identifierNode, bool isInExpress { const char* tokens [] = { - "alignof", "as", "asm", "base", "break", "case", "catch", "checked", "continue", "default", "defer", + "alignof", "as", "asm", "base", "break", "case", "catch", "checked", "continue", "const", "default", "defer", "delegate", "delete", "do", "else", "false", "finally", "fixed", "for", "function", "if", "implicit", "in", "internal", "is", "isconst", "new", "mixin", "null", - "offsetof", "out", "params", "ref", "rettype", "return", + "offsetof", "out", "params", "readonly", "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",