I'm trying to tweak my highlighting. Vim highlighting is pretty complex, as I understand, lots of rules run to determine the category of a bit of text, then those rules are mapped and possibly mapped again through to a final category, which is then mapped to a treatment dependent on the environment (term/cterm/gui)!
As I'm on cterm there are more combinations than colours, so you get duplicates and it's not always obvious which highlighting category ("group"?) has been applied where.
I would like to put my cursor over a highlighted word and run a command to see what highlight rules matched and how that got mapped to a final treatment.
Is that a feature? Is it possible?