mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
Highlight IBAction/IBOutlet
This commit is contained in:
parent
196914ef14
commit
a186488b30
1 changed files with 10 additions and 0 deletions
|
@ -329,6 +329,16 @@
|
|||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<IBOutlet>";
|
||||
ForegroundColor = "0.16 0.16 0.65";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<IBAction>";
|
||||
ForegroundColor = "0.16 0.16 0.65";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@\"";
|
||||
ForegroundColor = "0.8 0.0 0.0";
|
||||
|
|
Loading…
Reference in a new issue