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

@ -19,10 +19,12 @@ namespace IDE.Compiler
Keyword, Keyword,
Literal, Literal,
Identifier, Identifier,
Type,
Comment, Comment,
Method, Method,
TypeRef Type,
RefType,
Interface,
Namespace
} }
public enum ResolveType public enum ResolveType