[llvm-commits] Updated llvm-mode.el

Jan Rehders cmdkeen at gmx.de
Fri Oct 19 08:30:45 PDT 2007


Hi,

I noticed that the llvm-mode.el in utils/emacs was pretty outdated so  
I updated it. Changes:

- removed int, short types etc. and added i[0-0]+
- added some new keywords like define/declare
- added ";" as comment delimeter so you can use comment-region etc.  
in .ll files
- changed all keywords etc. from keyword to \\bkeyword\\b so that the  
float in "@printfloat" won't get highlighted as a type anymore

I hope anyone finds this useful. Permission to add to llvm it under  
the necessary licence is of course granted

greetings,
Jan

PS: I'm not on the llvm-commits list, if you reply please also CC me

-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-mode.el
Type: application/octet-stream
Size: 5350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20071019/4926a1df/attachment.obj>


More information about the llvm-commits mailing list