jhighlight.1.0.3.source-code.jhighlight.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jhighlight Show documentation
Show all versions of jhighlight Show documentation
JHighlight is an embeddable pure Java syntax highlighting
library that supports Java, HTML, XHTML, XML and LZX
languages and outputs to XHTML.
It also supports RIFE templates tags and highlights them
clearly so that you can easily identify the difference
between your RIFE markup and the actual marked up source.
h1 = \
\
font-family: sans-serif; \
font-size: 16pt; \
font-weight: bold; \
color: rgb(0,0,0); \
background: rgb(210,210,210); \
border: solid 1px black; \
padding: 5px; \
text-align: center;
code = \
\
color: rgb(0,0,0); \
font-family: monospace; \
font-size: 12px; \
white-space: nowrap;
.java_plain = \
\
color: rgb(0,0,0);
.java_keyword = \
\
color: rgb(0,0,0); \
font-weight: bold;
.java_type = \
\
color: rgb(0,44,221);
.java_operator = \
\
color: rgb(0,124,31);
.java_separator = \
\
color: rgb(0,33,255);
.java_literal = \
\
color: rgb(188,0,0);
.java_comment = \
\
color: rgb(147,147,147); \
background-color: rgb(247,247,247);
.java_javadoc_comment = \
\
color: rgb(147,147,147); \
background-color: rgb(247,247,247); \
font-style: italic;
.java_javadoc_tag = \
\
color: rgb(147,147,147); \
background-color: rgb(247,247,247); \
font-style: italic; \
font-weight: bold;
.xml_plain = \
\
color: rgb(0,0,0);
.xml_char_data = \
\
color: rgb(0,0,0);
.xml_tag_symbols = \
\
color: rgb(0,59,255);
.xml_comment = \
\
color: rgb(147,147,147); \
background-color: rgb(247,247,247);
.xml_attribute_value = \
\
color: rgb(193,0,0);
.xml_attribute_name = \
\
color: rgb(0,0,0); \
font-weight: bold;
.xml_processing_instruction = \
\
color: rgb(0,0,0); \
font-weight: bold; \
font-style: italic;
.xml_tag_name = \
\
color: rgb(0,55,255);
.xml_rife_tag = \
\
color: rgb(0,0,0); \
background-color: rgb(228,230,160);
.xml_rife_name = \
\
color: rgb(0,0,196); \
background-color: rgb(228,230,160);
.cpp_plain \
\
color: rgb(0,0,0);
.cpp_keyword \
\
color: rgb(0,0,0); \
font-weight: bold;
.cpp_type \
\
color: rgb(0,44,221);
.cpp_operator \
\
color: rgb(0,124,31);
.cpp_separator \
\
color: rgb(0,33,255);
.cpp_literal \
\
color: rgb(188,0,0);
.cpp_comment \
\
color: rgb(147,147,147); \
background-color: rgb(247,247,247);
.cpp_doxygen_comment \
\
color: rgb(147,147,147); \
background-color: rgb(247,247,247); \
font-style: italic;
.cpp_doxygen_tag \
\
color: rgb(147,147,147); \
background-color: rgb(247,247,247); \
font-style: italic; \
font-weight: bold;
.cpp_preproc \
\
color: purple;