Open shuffle2 opened 4 years ago
Hey - I think this might be related to #15. If you want to add your case to that issue and the linked issue?
yea, interesting. i can confirm asm(";")
similarly works as a minimal repro for this.
Still seem to be an issue. Took a while to figure out that this extension was the culprit.
This breaks C syntax highlighting for the rest of the file. The problem appears to be the
;
. If it's escaped with\;
, then highlighting works (for both arm and C) altho the compiler complains. Removing the;
solves the problem, but I think it's not compatible with all compiler versions. It would be nice to support this in the syntax highlighter.