proper display of tabs and add option to show invisible characters

This commit is contained in:
Fabian Jakobs 2010-04-22 18:38:04 +02:00
commit 61f0cb63d9
5 changed files with 164 additions and 14 deletions

View file

@ -31,6 +31,10 @@
background: black;
}
.line .invisible {
color: rgb(191, 191, 191);
}
.line .keyword {
color: blue;
}