Hello everyone, does someone know how to configure a syntax highlighting for llvm IR files?
thanks!
Alyson Deives Pereira MSc Student, Computer Science Distributed Systems Research Laboratory (LaPeSD) Department of Informatics and Statistics (INE) Federal University of Santa Catarina (UFSC)
You need a Scintilla lexer that is compatible with LLVM IR. AFAIK there is no LLVM specific lexer, you might try making a custom filetype (see the manual) that uses the assembler lexer with different instructions, but I don't know how good it will be.
Cheers Lex
On 20 July 2017 at 04:38, Alyson Deives raziel363@gmail.com wrote:
Hello everyone, does someone know how to configure a syntax highlighting for llvm IR files?
thanks!
Alyson Deives Pereira MSc Student, Computer Science Distributed Systems Research Laboratory (LaPeSD) Department of Informatics and Statistics (INE) Federal University of Santa Catarina (UFSC)
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users