Open r3qip3r opened 3 months ago
Realistically what I need to include this is an existing CodeMirror language mode for it. There's a long list here: https://github.com/codemirror/legacy-modes/tree/main/mode
But I don't see an assembly one on there.
:-( That's a pity. Hope that CodeMirror changes this. CM supports 'gas' which is an alternative syntax. I myself use the Intel syntax, which is present in highlight.js.
Would it be possible to add highlighting support for assembly? Should be named something like x86asm, I believe.