
Download the file above and import it into Notepad++ via Settings > Define Your Language > Import. Switch your theme to Zenburn or force the global background color to 63,63,63 (there's no way to do this from the highlighting xml unfortunately). Debytecode-isms should highlight correctly unless I missed something (that doesn't mean you can use them in normal MZX code, so don't).
Known issues (and I don't think they're fixable, at least from the UI):
- o/a/x are incorrectly highlighted following numbers IE (64a'counter') due to NPP incorrectly detecting 64a as a name and not a number. If you put o/a/x in the operators list, it causes other issues.
- && can not be highlighted separately due to conflicts with the & command.
- The * command shows up in the operator color. If it is moved to keywords, it has the same issues as o/a/x.
- For the same reason as the issue above, I have not added & or | to the operator list. ** is also missing because lazy
edit: pic
This post has been edited by Lachesis: 02 January 2013 - 07:06 AM