[MonoDevelop] Adding a SyntaxMode XML file

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Jan 24 00:52:44 EST 2011


On Jan 23, 2011 10:30 PM, "Doug Blank" <doug.blank at gmail.com> wrote:
>
> Is there a way to add a SyntaxMode XML file for a language after I
> already have the Mono.TextEditor.dll built? I've tried putting an
> additional SchemeSyntaxMode.xml file in the same directory, and in a
> SyntaxModes directory, but it didn't use it. Or, is there a way to add
> the xml file to the DLL?

You can register it using an addin:

<Extension path = "/MonoDevelop/SourceEditor2/SyntaxModes">
<Templates resource="SomeSyntaxMode.xml" />
</Extension>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20110124/07077a40/attachment.html 


More information about the Monodevelop-list mailing list