It is inspired by Sublime Text plugin "Rainbow CSV".
Requires "CSV" pseudo lexer (empty) from Addon Manager, install this lexer first.
Also plugin handles hovering mouse over text: it shows index/caption of current CSV
column in the statubar (caption is read from the 1st line).
Plugin has several options in config file. Call config by menu "Options / Settings-plugins / CSV Hilite".
Code: Select all
[op]
color_comma=#000000
colors_fixed=#0000FF,#00AA00,#E00000,#000080,#004400,#900000,#909000
colors_themed=Id,Id1,Id2,Id3,Id4,IdVar,String,Comment,Comment2,Label,Color
use_theme_colors=1