diff --git a/IDE/src/Compiler/BfParser.bf b/IDE/src/Compiler/BfParser.bf index b29abda0..34a00e27 100644 --- a/IDE/src/Compiler/BfParser.bf +++ b/IDE/src/Compiler/BfParser.bf @@ -15,14 +15,16 @@ namespace IDE.Compiler { public enum BfSourceElementType : uint8 { - Normal, - Keyword, - Literal, - Identifier, - Type, - Comment, - Method, - TypeRef + Normal, + Keyword, + Literal, + Identifier, + Comment, + Method, + Type, + RefType, + Interface, + Namespace } public enum ResolveType