Are there any syntax highlighters for LLVM assembly?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||||||||
|
|
There is a highlighting file for Vim. At the very least, you can look up a list of keywords there. |
|||
|
|