Is there any way to find out which extensions a given syntax highlighter is associated with?
I can get to the highlighters: HighlightingManager.Instance.HighlightingDefinitions()
I can add new highlighters with appropriate extensions: HighlightingManager.Instance.RegisterHighlighting()
But once a highlighter has been added I can't find a way to find which extensions it's associated with?
Can this be done?