Web publishing system with code highlighting

Posted by Dragos Toader on Stack Overflow See other posts from Stack Overflow or by Dragos Toader
Published on 2010-05-20T22:30:40Z Indexed on 2010/05/20 22:40 UTC
Read the original article Hit count: 495

I'd like to publish some of the many programs I've written on the web.
Is there a syntax highlighting Linux web publishing application (CMS/Blog/RoR app)
that displays syntax for C++, Python, Bash scripts, SQL, VBA, awk,
Erlang, java, makefiles, Ruby, Pascal and other languages?

The more syntax settings configuration files, the better.

The extensions I have in Textpad (for which I have syntax highlighting -- syn files) are
.as, .asm, .asp, .awk, .bas, .bat, .c, .conf,
.cpp, .cs, .ctl, .dfm, .dsc, .erl,
.fnc, .h, .hpp, .inf, .ini, .jav, .java,
.mak, .nsh, .nsi, .ora, .pas, .pkb, .pks,
.pl, .prc, .py, .reg, .rsp, .sh, .sql, .syn,
.tcl, .trg, .vw, .xml, .xsl, .xslfo

© Stack Overflow or respective owner

Related posts about web-applications

Related posts about syntax-highlighting