mirror of
https://github.com/norcalli/nvim-colorizer.lua.git
synced 2026-09-10 07:06:14 -04:00
fix formatting... again
This commit is contained in:
parent
4a843f8ded
commit
f5e094d055
|
|
@ -328,7 +328,7 @@ local HIGHLIGHT_NAME_PREFIX = "colorizer"
|
|||
local HIGHLIGHT_MODE_NAMES = {
|
||||
background = "mb";
|
||||
foreground = "mf";
|
||||
both = "mbf";
|
||||
both = "mbf";
|
||||
}
|
||||
local HIGHLIGHT_CACHE = {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue