MatthewCallis / language-65asm

Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.
https://atom.io/packages/language-65asm
MIT License
31 stars 19 forks source link

Opcodes are highlighted in comments #4

Closed NewLunarFire closed 8 years ago

NewLunarFire commented 8 years ago

If an opcode is present after a semi-colon, it should not appear as highlighted, since it's a comment.

Actually, comments don't seem to be handled at all. They all use the default color. They should be in a different color to differentiate from the rest.

NewLunarFire commented 8 years ago

Actually it only does this in 65816 Assembly language, which is normal. WLA-DX languages color comments accordingly.