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/yaml.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/yaml.lua') diff --git a/lexers/yaml.lua b/lexers/yaml.lua index b88d5a0..2263f3f 100644 --- a/lexers/yaml.lua +++ b/lexers/yaml.lua @@ -102,7 +102,7 @@ M._rules = { } M._tokenstyles = { - indent_error = 'back:%(color.red)', + indent_error = 'back:red', document = l.STYLE_CONSTANT, literal = l.STYLE_DEFAULT, timestamp = l.STYLE_NUMBER, -- cgit v1.2.3