aboutsummaryrefslogtreecommitdiff
path: root/lexers/toml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/toml.lua')
-rw-r--r--lexers/toml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/toml.lua b/lexers/toml.lua
index f56f848..5a27c97 100644
--- a/lexers/toml.lua
+++ b/lexers/toml.lua
@@ -59,7 +59,7 @@ M._rules = {
}
M._tokenstyles = {
- indent_error = 'back:%(color.red)',
+ indent_error = 'back:red',
timestamp = l.STYLE_NUMBER,
}