Highlight IBAction/IBOutlet

This commit is contained in:
Gregory John Casamento 2021-04-10 06:16:43 -04:00
parent 196914ef14
commit a186488b30

View file

@ -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";