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 <[email protected]> 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 > [email protected] > https://lists.geany.org/cgi-bin/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
