pygments icon indicating copy to clipboard operation
pygments copied to clipboard

__asm{} block in C is not highlighted properly

Open kuku929 opened this issue 6 months ago • 0 comments

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.

kuku929 avatar Aug 05 '25 04:08 kuku929