Manuel Jacob
2014-Mar-06 01:11 UTC
[LLVMdev] Update pygments (syntax highlighter for documentation)
Hi, I hope this gets attention of someone who is able to update software on the web server. The syntax highlighting of many code examples in LangRef is currently broken because an old version of pygments is used on the server that builds the documentation. Significant improvements were done in a recent revision of pygments [1] which is not yet released, but the latest stable version (1.6) should at least fix the cases were the syntax highlighter gives up completely, like in [2]. BTW, even llvm-as is unable to parse the example there because the last line is wrong. -Manuel [1] https://bitbucket.org/birkenfeld/pygments-main/pull-request/258 [2] http://llvm.org/docs/LangRef.html#module-structure
Sean Silva
2014-Mar-08 17:42 UTC
[LLVMdev] Update pygments (syntax highlighter for documentation)
On Wed, Mar 5, 2014 at 8:11 PM, Manuel Jacob <me at manueljacob.de> wrote:> Hi, > > I hope this gets attention of someone who is able to update software on > the web server.I would recommend emailing llvm-admin for that. -- Sean Silva> The syntax highlighting of many code examples in LangRef is currently > broken because an old version of pygments is used on the server that builds > the documentation. Significant improvements were done in a recent revision > of pygments [1] which is not yet released, but the latest stable version > (1.6) should at least fix the cases were the syntax highlighter gives up > completely, like in [2]. > > BTW, even llvm-as is unable to parse the example there because the last > line is wrong. > > -Manuel > > [1] https://bitbucket.org/birkenfeld/pygments-main/pull-request/258 > [2] http://llvm.org/docs/LangRef.html#module-structure > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140308/50892f62/attachment.html>