frontla.blogg.se

Macdown code highlighted in editor
Macdown code highlighted in editor







macdown code highlighted in editor

The readme file contains more information.Įxisting syntax highlighting solutions in (programming) editors are too simple to be able to handle the context sensitivity of the Markdown language, and the fact that it is not well defined. A parser for stylesheets is also included so that applications using this highlighter could benefit from a common style definition syntax. The GTK+ and Qt examples are not very polished but the Cocoa support classes are more robust and could probably be used without modification in many cases. The source code repository contains examples on how to use this highlighter in Cocoa, GTK+ and Qt GUI applications.

macdown code highlighted in editor

is dual-licensed under the MIT and GPL2+ licenses.ĭoxygen-generated documentation is available.is used in shipping software ( Mou, MacDown, LightPaper, Erato, CuteMarkEd).works (at least) on OS X, Linux and Windows.is probably slower than many simpler (but less correct) highlighting mechanisms but faster than most Markdown compilers.is written in ANSI/ISO C89 with GNU extensions.regular expressions), and this parser is based on the PEG grammar from John MacFarlane's peg-markdown project. It uses a recursive-descent parser for interpreting the input (instead of e.g. This is a syntax highlighter for the Markdown language, designed to be integrated into GUI text editor programs.









Macdown code highlighted in editor