Multi line tokenizer

This commit is contained in:
Fabian Jakobs 2010-04-09 11:51:44 +02:00
commit fac85b2b27
4 changed files with 126 additions and 15 deletions

View file

@ -81,6 +81,10 @@
color: rgb(0, 102, 255);
}
.line .number {
color: rgb(0, 0, 205);
}
.marker-layer .selection {
position: absolute;
background: rgba(77, 151, 255, 0.33);