mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
Add property keywords to ObjC syntax highlighting
This commit is contained in:
parent
5792e6dbfc
commit
b4a148712e
1 changed files with 16 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue