[Mono-list] Internal representation of a language in gtksourceview(-sharp) ?

Tiago Lima tiago.lima@vianw.pt
Tue, 17 Feb 2004 17:32:42 +0000


Hi,

How does the Language that is read from a .lang file gets represented in C# ?
Is there a way to create a language in c# instead of reading it from a file ?

For example:

	SourceLanguagesManager _languagesManager = new SourceLanguagesManager();
			
	SourceLanguage lang = 
_languagesManager.GetLanguageFromMimeType("text/x-csharp");

I can only see the Gtk.TextTag's but not more than that... I would want to see 
the "start-regex", "keyword" and other inner "XML" stuff...

Thanks,
	Tiago Lima