On Wed, 2009-12-02 at 13:08 +0200, Joonas Pulakka wrote: > > Would it be difficult to build support for MultiMarkdown > (http://fletcherpenney.net/multimarkdown/) to Cream? In essence the > support would consist of 1) Proper higlighting for .md files, 2) A > way to launch a few Perl scripts from the editor's menu.
This sounds pretty simple. Start by creating a Vim syntax highlighting file that can be included in the main Vim distribution (see :help user_44.txt). The developers are quite flexible about this, Vim currently supports over 520 types. Then add menu entries via Cream's Add-ons: http://cream.sourceforge.net/faq.html#0302 This will automatically make the functions available to map. -- Steve Hall [ digitect dancingpaper com ] :: Cream for Vim http://cream.sourceforge.net ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
