Add support for doc doc comments:
- special highlighting - highlight jsdoc tags - special auto indent mode
This commit is contained in:
parent
80f6cd7726
commit
257d80f379
7 changed files with 103 additions and 43 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue