From f661199197cc1346124b0b12e77f25150c50a776 Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Fri, 18 Oct 2019 09:56:49 -0700 Subject: Allow excluding files from highlight with '*' (#11) Fixes GH-5 --- doc/colorizer-lua.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/colorizer-lua.txt b/doc/colorizer-lua.txt index 2d27d27..9f2afda 100644 --- a/doc/colorizer-lua.txt +++ b/doc/colorizer-lua.txt @@ -91,7 +91,7 @@ PARAMETERS: 'css'; 'javascript'; html = { - mode = 'foreground'; + mode = 'foreground'; } } @@ -112,6 +112,13 @@ PARAMETERS: css = { rgb_fn = true; }; -- Enable parsing rgb(...) functions in css. html = { names = false; } -- Disable parsing "names" like Blue or Gray } + + -- Exclude some filetypes from highlighting by using `!` + require 'colorizer'.setup { + '*'; -- Highlight all files, but customize some others. + '!vim'; -- Exclude vim from highlighting. + -- Exclusion Only makes sense if '*' is specified! + } < |colorizer.highlight_buffer| *colorizer.highlight_buffer* -- cgit v1.2.3-70-g09d2