Are there any syntax highlighters for LLVM assembly?
Asked
Active
Viewed 2,614 times
3 Answers
4
None that I know of. But you can always create your own using Notepad++'s User Defined Language framework. See this and that for more details.
-
1Sure, I just wished somebody had already done it, but thx! ;) – Gui Prá Sep 10 '11 at 02:41
-
2Hehe.. Well, if you do create some, don't forget to share! I am sure people will help you to improve it and drive it to a perfection! – Sep 10 '11 at 17:05
-
1@user405725, here it is https://github.com/Naios/notepad_llvm – Zinovy Nis Mar 17 '16 at 15:34
1
There is a highlighting file for Vim. At the very least, you can look up a list of keywords there.

Sjlver
- 1,227
- 1
- 12
- 28
1
Here it is: https://github.com/Naios/notepad_llvm
To install: download and then Notepad++ > Define your own language... > Import > llvm_ir.xml

Zinovy Nis
- 455
- 6
- 9