Skip to content

ConTeXt: various fixes, support some embeddings and add some missing title macros

John Doe requested to merge (removed):master into master

Things this fixes, most examples here are actually in the test file itself

1

2

3

4

5

6

This adds support for highlighting embedded Lua, Metapost, and XML, which work by default in ConTeXt.

... Adding support for other languages is more complicated because the name of the commands are user defined ...

Also recolor Metafont/Metapost using more default definitions because it looked bad on dark mode.

Before: mpBefore After: mpAfter

Merge request reports