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

Tiago Lima tiago.lima at vianw.pt
Tue Feb 17 12:32:42 EST 2004


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



More information about the Mono-devel-list mailing list