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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to