Add support for doc doc comments:

- special highlighting
- highlight jsdoc tags
- special auto indent mode
This commit is contained in:
Fabian Jakobs 2010-04-16 12:08:03 +02:00
commit 257d80f379
7 changed files with 103 additions and 43 deletions

View file

@ -80,9 +80,17 @@
.line .comment {
font-style: italic;
color: rgb(76, 136, 107);
}
.line .doc-comment {
color: rgb(0, 102, 255);
}
.line .doc-comment-tag {
color: rgb(128, 159, 191);
}
.line .number {
color: rgb(0, 0, 205);
}