mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
Minor fix to syntax highlighting to make it the same as C for equivalent keywords in ObjC
This commit is contained in:
parent
80d0c2575e
commit
196914ef14
1 changed files with 16 additions and 16 deletions
|
@ -9,17 +9,17 @@
|
|||
Keywords = (
|
||||
{
|
||||
Pattern = "<auto>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<break>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<case>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -34,17 +34,17 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<continue>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<default>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<do>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -54,7 +54,7 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<else>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -74,17 +74,17 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<for>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<goto>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<if>";
|
||||
ForegroundColor = "0.0 0.0 0.";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -99,12 +99,12 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<register>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<return>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -119,7 +119,7 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<sizeof>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -134,7 +134,7 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<switch>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -149,7 +149,7 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<inline>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -169,7 +169,7 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<while>";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue