remove bold from SpecialComment

rustdoc doesn't look good
This commit is contained in:
Michael Chris Lopez
2021-11-12 13:49:41 +08:00
parent 7f9f04e46e
commit 90f9865af3
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ local function generate(p, opt)
-- SpecialChar { }, -- special character in a constant
-- Tag { }, -- you can use CTRL-] on this
Delimiter { fg = p1.bg.li(47) }, -- character that needs attention
SpecialComment { Comment, gui = "bold" }, -- special things inside a comment
SpecialComment { Comment, gui = "NONE" }, -- special things inside a comment
-- Debug { }, -- debugging statements
-- ("Ignore", below, may be invisible...)

View File

@@ -154,7 +154,7 @@ local function generate(p, opt)
-- SpecialChar { }, -- special character in a constant
-- Tag { }, -- you can use CTRL-] on this
Delimiter { fg = p1.bg.da(42) }, -- character that needs attention
SpecialComment { Comment, gui = "bold" }, -- special things inside a comment
SpecialComment { Comment, gui = "NONE" }, -- special things inside a comment
-- Debug { }, -- debugging statements
-- ("Ignore", below, may be invisible...)