Nick Treleaven wrote:
On Sun, 26 Jul 2009 00:33:08 -0700 Jon Strait jstrait@moonloop.net wrote:
I've created a basic Scintilla lexer for the Markdown formatting syntax along with Geany syntax and tag support. It doesn't do everything; indented code blocks and embedded HTML aren't highlighted, but it's already very useful. Some extra highlighting features are added for the Pandoc implementation: strikeout, using '#.' as a default ordered list item marker, and delimited code blocks.
Patch against build 4026 with -p5 from Geany's top build directory.
Thanks, applied in SVN.
But because we update Scintilla regularly we try to push modifications upstream; can you try to get the Scintilla changes into the standard Scintilla release please?
Regards, Nick _______________________________________________ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
I sent a patch for Scintilla to the project lead. Some extra warnings were thrown on my code when building for Scintilla, which were quite nice to have, and I don't remember seeing them when I built for Geany.
Cheers, Jon