3

Are there any syntax highlighters for LLVM assembly?

Gui Prá
  • 5,559
  • 4
  • 34
  • 59

3 Answers3

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.

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