From 7062a05be3bd595a2f8ef5b395360b5765744633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 7 Apr 2016 22:45:57 +0200 Subject: lexer: remove hard coded color specification from lexers The variable syntax used by scintillua %(color.red) intended to make colors configurable is currently not supported. Close #229 --- lexers/markdown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/markdown.lua') 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, -- cgit v1.2.3