Add definition for SpecialComment highlight group.

Ommitted italics so it will still constrast with the regular Comment highlight group.

Fixes #87.
This commit is contained in:
Josh Dick
2017-02-23 22:20:03 -05:00
parent 031cb1addd
commit b8dc05dfb1
3 changed files with 202 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ call s:h("Special", { "fg": s:blue }) " any special symbol
call s:h("SpecialChar", {}) " special character in a constant
call s:h("Tag", {}) " you can use CTRL-] on this
call s:h("Delimiter", {}) " character that needs attention
call s:h("SpecialComment", {}) " special things inside a comment
call s:h("SpecialComment", { "fg": s:comment_grey }) " special things inside a comment
call s:h("Debug", {}) " debugging statements
call s:h("Underlined", {}) " text that stands out, HTML links
call s:h("Ignore", {}) " left blank, hidden