开发者_开发知识库
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionAre there any syntax highlighters for LLVM assembly?
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.
Here it is: https://github.com/Naios/notepad_llvm
To install: download and then Notepad++ > Define your own language... > Import > llvm_ir.xml
精彩评论