From e3290ab006edf7c262a0bd117577043ce33435c6 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sat, 29 Oct 2011 17:32:33 +0200 Subject: Make list of ignored syntax groups configurable While trying to fix issue #20 I decided to refactor the code that handles ignored syntax groups: Previously the list of excluded groups was hard coded in two places, now it's a configuration option. Then it turned out that including shFunction* in the list of excluded syntax groups didn't fix the reported issue... --- doc/easytags.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/easytags.txt b/doc/easytags.txt index fcc8593..372c541 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -321,6 +321,12 @@ is not found or not recent enough. > :let g:easytags_suppress_ctags_warning = 1 +------------------------------------------------------------------------------- +The *g:easytags_ignored_syntax_groups* option + +This variable is a string of comma separated names of syntax groups in which +dynamic highlighting is not applied. It defaults to '.*String.*,.*Comment.*,cIncluded'. + =============================================================================== *easytags-faster-syntax-highlighting-using-python* Faster syntax highlighting using Python ~ -- cgit v1.2.3