diff options
Diffstat (limited to 'lexers/markdown.lua')
| -rw-r--r-- | lexers/markdown.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/markdown.lua b/lexers/markdown.lua index 14380e9..0257010 100644 --- a/lexers/markdown.lua +++ b/lexers/markdown.lua @@ -91,7 +91,7 @@ M._tokenstyles = { h2 = hstyle..',size:'..(font_size + 4), h1 = hstyle..',size:'..(font_size + 5), code = l.STYLE_EMBEDDED..',eolfilled', - hr = 'back:black,eolfilled', + hr = l.STYLE_DEFAULT..',bold', link = 'underlined', link_url = 'underlined', link_label = l.STYLE_LABEL, |
