I've decided to try using TweeGo for my next project, using Notepad++ as an editor. I'm using the latest version of the SugarCube story format.
Is there a Notepad++ language definition for Twine/SugarCube anywhere, so I can get my code appropriately coloured? There was one mentioned in the old Twine forum but the dropbox link in that post is dead.
If there isn't one I'll try making my own, but I thought I'd check first.
I don't recall if I have Claretta's contact info, however, if I do I'll see if she still has a copy of her Notepad++ language file. Beyond that one, a quick Google turned up a different, incomplete, Notepad++ language file for SugarCube, which may be able to serve as a starting point.
Tangentially, there's also a SugarCube language plugin for the Atom editor.
PS: I cannot personally vouch for any of these files.
PPS: If someone comes up with a complete Notepad++ language file and wants me to save it for posterity, I'm willing to host it on SugarCube's website.
I've made my own language definition.
I'm hosting it on my own site and I'm happy for people to get it from there, but you'd like to also host it on the SugarCube page then that might make it easier for people to find.
Just looking at the XML—I don't have Notepad++ installed at the moment—there seem to be an issue with the JavaScript strict inequality/non-identity operator. In the file it's defined as !=== when it should be !== —basically, you gave it an extra equal sign.
I'll reinstall Notepad++ and take a more in-depth look at it later.