mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
RGL Browser: proper syntax highlighting for GF
This commit is contained in:
71
lib/doc/browse/google-code-prettify/prettify-gf.css
Normal file
71
lib/doc/browse/google-code-prettify/prettify-gf.css
Normal file
@@ -0,0 +1,71 @@
|
||||
.pln
|
||||
{
|
||||
color:#000
|
||||
}
|
||||
@media screen
|
||||
{
|
||||
.str
|
||||
{
|
||||
color:#080
|
||||
}
|
||||
.kwd
|
||||
{
|
||||
color:#c0f
|
||||
}
|
||||
.com
|
||||
{
|
||||
color:#800
|
||||
}
|
||||
.typ
|
||||
{
|
||||
color:#606
|
||||
}
|
||||
.lit
|
||||
{
|
||||
color:#066
|
||||
}
|
||||
.pun,.opn,.clo
|
||||
{
|
||||
color:#660
|
||||
}
|
||||
.tag
|
||||
{
|
||||
color:#008
|
||||
}
|
||||
.atn
|
||||
{
|
||||
color:#606
|
||||
}
|
||||
.atv
|
||||
{
|
||||
color:#080
|
||||
}
|
||||
.dec,.var
|
||||
{
|
||||
color:#606
|
||||
}
|
||||
.fun
|
||||
{
|
||||
color:red
|
||||
}
|
||||
}
|
||||
pre.prettyprint
|
||||
{
|
||||
}
|
||||
ol.linenums
|
||||
{
|
||||
color:#eee;
|
||||
margin:0 0 0 1em;
|
||||
}
|
||||
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8
|
||||
{
|
||||
/* list-style-type:none */
|
||||
}
|
||||
li.L0,li.L2,li.L4,li.L6,li.L8
|
||||
{
|
||||
background:#ffffff;
|
||||
}
|
||||
li.L1,li.L3,li.L5,li.L7,li.L9
|
||||
{
|
||||
background:#fafafa;
|
||||
}
|
||||
Reference in New Issue
Block a user