Conversation
Allows syntax highlighting to configured in the MadSkin by a caller allow for custom syntax highlighting. Eg. through Syntext or a custom function. Fixes: Canop#1
|
This isn't a trivial change, I'll have a look and review it but it won't be immediate. |
|
Storing an optional reference to an highlighter in the skin looks right (the highlighter could probably be a trait, though). I'm not thrilled by having the lang code carried by the FmtComposite and by having the FmtLine holding the already rendered line. |
|
Thanks for taking a look at this! On the On rendering in
|
Allows syntax highlighting to configured in the MadSkin by a caller
allow for custom syntax highlighting. Eg. through Syntext or a custom
function.
Fixes: #1