##// END OF EJS Templates
Merge pull request #3201 from minrk/fastcolor...
Merge pull request #3201 from minrk/fastcolor use much faster regexp for ansi coloring

File last commit:

r8053:58574fbf
r10359:42755124 merge
Show More
tiddlywiki.css
14 lines | 220 B | text/css | CssLexer
span.cm-underlined {
text-decoration: underline;
}
span.cm-strikethrough {
text-decoration: line-through;
}
span.cm-brace {
color: #170;
font-weight: bold;
}
span.cm-table {
color: blue;
font-weight: bold;
}