fix formatting... again

This commit is contained in:
Harry Gallagher 2021-03-29 18:46:21 -05:00
parent 4a843f8ded
commit f5e094d055

View file

@ -328,7 +328,7 @@ local HIGHLIGHT_NAME_PREFIX = "colorizer"
local HIGHLIGHT_MODE_NAMES = {
background = "mb";
foreground = "mf";
both = "mbf";
both = "mbf";
}
local HIGHLIGHT_CACHE = {}