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

Added IDE colorization: Member, Local, Parameter

This commit is contained in:
Brian Fiete 2024-12-02 07:39:17 -05:00
parent ba436231cb
commit 2b9fa80b81
6 changed files with 74 additions and 7 deletions

View file

@ -26,8 +26,11 @@ namespace IDE.ui
Normal,
Keyword,
Literal,
Comment,
Identifier,
Comment,
Local,
Parameter,
Member,
Method,
Type,
PrimitiveType,