Highlights hex colors. Created for the vis editor.
Inspired by chrisbra/Colorizer.
Clone the repo to ~/.config/vis/plugins/.
Append the following line to your visrc.lua:
local colorizer = require('plugins/vis-colorizer')
colorizer.three = false -- (optional) diables three digit hex colors
colorizer.six = true -- (enabled by default) six digit hex colors
