You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2009/03/11 23:46:09 UTC

svn commit: r752673 - in /buildr/trunk/doc: css/syntax.css projects.textile

Author: assaf
Date: Wed Mar 11 22:46:09 2009
New Revision: 752673

URL: http://svn.apache.org/viewvc?rev=752673&view=rev
Log:
Fixed syntax highlighting coloring

Modified:
    buildr/trunk/doc/css/syntax.css
    buildr/trunk/doc/projects.textile

Modified: buildr/trunk/doc/css/syntax.css
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/css/syntax.css?rev=752673&r1=752672&r2=752673&view=diff
==============================================================================
--- buildr/trunk/doc/css/syntax.css (original)
+++ buildr/trunk/doc/css/syntax.css Wed Mar 11 22:46:09 2009
@@ -14,42 +14,10 @@
  * under the License.
  */
 
-.nv { }
-.nb { }
-.o {}
-
-.ruby .normal   {}
-.ruby .comment  { color: gray; }
-.ruby .method   { color: lightblue; }
-.ruby .punct    {  color: darkblue; }
-.ruby .keyword, .ruby .symbol   { color: blue; }
-.ruby .string, .ruby .regex { color: green; }
-.ruby .char     { }
-.ruby .ident    { color: black; }
-.ruby .constant, ruby .class, ruby .module { color: darkblue; }
-.ruby .number   { color: blue; }
-.ruby .attribute { }
-.ruby .global   { }
-.ruby .expr     { }
-.ruby .escape   { }
-
-.xml .normal    {}
-.xml .namespace { color: darkblue; }
-.xml .tag       { color: blue; }
-.xml .comment   { color: gray; }
-.xml .punct     { color: darkblue; }
-.xml .string    { }
-.xml .number    { }
-.xml .attribute { color: blue; }
-
-.yaml .document { }
-.yaml .type     { }
-.yaml .key      { color: blue; }
-.yaml .comment  { color: gray; }
-.yaml .punct    { color: darkblue; }
-.yaml .string   { }
-.yaml .number   { }
-.yaml .time     { }
-.yaml .date     { }
-.yaml .ref      { color: green; }
-.yaml .anchor   { color: green; }
+.highlight .k, .highlight .kp { color: blue } /* keyword */
+.highlight .no { color: darkblue } /* constant */
+.highlight .s1 { color: green } /* string */
+.highlight .n { color: black } /* identifier */
+.highlight .o, .highlight .p { color: darkblue } /* = + */
+.highlight .ss { color: darkblue } /* symbol */
+.highlight .c1 { color: gray } /* comment */

Modified: buildr/trunk/doc/projects.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/projects.textile?rev=752673&r1=752672&r2=752673&view=diff
==============================================================================
--- buildr/trunk/doc/projects.textile (original)
+++ buildr/trunk/doc/projects.textile Wed Mar 11 22:46:09 2009
@@ -19,7 +19,7 @@
 VERSION_NUMBER = '1.0'
  
 AXIS2 = 'org.apache.axis2:axis2:jar:1.2'
-AXIOM  = group('axiom-api', 'axiom-impl', 'axiom-dom',
+AXIOM = group('axiom-api', 'axiom-impl', 'axiom-dom',
   :under=>'org.apache.ws.commons.axiom', :version=>'1.2.4')
 AXIS_OF_WS = [AXIOM, AXIS2]
 OPENJPA = ['org.apache.openjpa:openjpa:jar:1.2.0',