pygments
pygments copied to clipboard
__asm{} block in C is not highlighted properly
I am using minted( a code highlighting package in LaTeX) and I noticed that the assembly inside the __asm{} block is not highlighted at all. Is there a way to run the NASM highlighter within the __asm{} block? A quick hack would be appreciated for now.
NOTE: The __asm{} block is unique to the MSVC compiler.