开发者

Notepad++ syntax highlighter for LLVM assembly [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_开发知识库

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 question

Are 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜