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

Attachment: llvm-mode.el
Description: Binary data

_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to