remove bold from SpecialComment
rustdoc doesn't look good
This commit is contained in:
@@ -154,7 +154,7 @@ local function generate(p, opt)
|
|||||||
-- SpecialChar { }, -- special character in a constant
|
-- SpecialChar { }, -- special character in a constant
|
||||||
-- Tag { }, -- you can use CTRL-] on this
|
-- Tag { }, -- you can use CTRL-] on this
|
||||||
Delimiter { fg = p1.bg.li(47) }, -- character that needs attention
|
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
|
-- Debug { }, -- debugging statements
|
||||||
|
|
||||||
-- ("Ignore", below, may be invisible...)
|
-- ("Ignore", below, may be invisible...)
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ local function generate(p, opt)
|
|||||||
-- SpecialChar { }, -- special character in a constant
|
-- SpecialChar { }, -- special character in a constant
|
||||||
-- Tag { }, -- you can use CTRL-] on this
|
-- Tag { }, -- you can use CTRL-] on this
|
||||||
Delimiter { fg = p1.bg.da(42) }, -- character that needs attention
|
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
|
-- Debug { }, -- debugging statements
|
||||||
|
|
||||||
-- ("Ignore", below, may be invisible...)
|
-- ("Ignore", below, may be invisible...)
|
||||||
|
|||||||
Reference in New Issue
Block a user