Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

AvalonEdit - get extensions for syntax highlighter

$
0
0

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?


Viewing all articles
Browse latest Browse all 1764

Trending Articles