1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fixed right-click menu

This commit is contained in:
Brian Fiete 2020-08-23 05:49:30 -07:00
parent 64b62c09be
commit 2e69fa1b9e

View file

@ -16,13 +16,15 @@ namespace IDE.Compiler
public enum BfSourceElementType : uint8 public enum BfSourceElementType : uint8
{ {
Normal, Normal,
Keyword, Keyword,
Literal, Literal,
Identifier, Identifier,
Type, Comment,
Comment, Method,
Method, Type,
TypeRef RefType,
Interface,
Namespace
} }
public enum ResolveType public enum ResolveType