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
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to