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:
parent
ba436231cb
commit
2b9fa80b81
6 changed files with 74 additions and 7 deletions
|
@ -26,8 +26,11 @@ namespace IDE.ui
|
|||
Normal,
|
||||
Keyword,
|
||||
Literal,
|
||||
Comment,
|
||||
Identifier,
|
||||
Comment,
|
||||
Local,
|
||||
Parameter,
|
||||
Member,
|
||||
Method,
|
||||
Type,
|
||||
PrimitiveType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue