Add property keywords to ObjC syntax highlighting

This commit is contained in:
Graham Lee 2017-07-25 08:51:22 +01:00 committed by Ivan Vučica
parent 5792e6dbfc
commit b4a148712e

View file

@ -314,6 +314,21 @@
ForegroundColor = "0.65 0.16 0.16";
Bold = YES;
},
{
Pattern = "<@property>";
ForegroundColor = "0.65 0.16 0.16";
Bold = YES;
},
{
Pattern = "<@synthesize>";
ForegroundColor = "0.65 0.16 0.16";
Bold = YES;
},
{
Pattern = "<@dynamic>";
ForegroundColor = "0.65 0.16 0.16";
Bold = YES;
},
{
Pattern = "<@\"";
ForegroundColor = "0.8 0.0 0.0";
@ -381,4 +396,4 @@
Italic = YES;
}
);
}
}