11 Jun
2012
11 Jun
'12
11:48 a.m.
On Mon, Jun 11 2012, Jan Pohanka wrote:
I'd like to use C-Pretty-Printing module. As it is listed on http://modules.contextgarden.net I thought it should be installed by first-setup.sh --modules=all.
No, it shouldn't, because it doesn't work with latest ConTeXt versions. You could also try http://tlcontrib.metatex.org/cgi-bin/package.cgi/action=view/id=367 but I don't know, if it works with latest ConTeXt. There is also the t-vim module: --8<---------------cut here---------------start------------->8--- \usemodule[vim] \definevimtyping[C][syntax=c] \starttext \startC int main(void) { puts("Hello World!"); return 0; } \stopC \stoptext --8<---------------cut here---------------end--------------->8--- -- Peter