itdiy / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

LLVM Support #220

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It doesn't look like LLVM is supported. Here's an emacs syntax support for LLVM:
https://llvm.org/viewvc/llvm-project/llvm/trunk/utils/emacs/llvm-mode.el?view=ma
rkup&sortby=log&pathrev=4092

I think it shouldn't be too difficult to add a lang-llvm.js based on the 
regexes in that file.

Original issue reported on code.google.com by jterr...@gmail.com on 29 May 2012 at 12:10

GoogleCodeExporter commented 9 years ago
Here's a plugin for LLVM:
https://gist.github.com/2848530

Original comment by jterr...@gmail.com on 1 Jun 2012 at 3:41