[18:52:57] <Naut> lb should release his danmakufu highlighter for notepad++ :V
Okay.
Here go nuts with it.
Right-click and click Save Link or whatever the hell is similar for what browser you use.
Installation:Warning: Following these steps will delete any other custom syntax highlighter you have1.) Start -> Run...
2.) Type in "%APPDATA%\Notepad++". This will open a folder where Notepad++ stores stuff.
3.) Paste the userDefineLang.xml into the folder.
4.) Profit.
The keyword for opening a folder is { and closing one is }. They should show up as green or the folders won't open or close when they should. If they are not green, then they aren't opening/closing the folder correctly. Putting a space before it to separate it from a word should fix this.
Keywords like let, yield, break, return, loop, while, script_enemy_main, etc are blue. If it isn't blue, you have it misspelled.
Things with @ or # will be in bold. Spelling doesn't affect this.
Comments are lightish blue. Both // and /* */ comments work.
Strings are highlighted. " and ' both work.
Numbers are bold. But that hardly helps so ignore that. :V
Parentheses and square brackets are red. If you put the flashy vertical bar thingy that shows where you're typing (the name escapes me at the moment) next to it it will bold and enlarge it as well as the matching opening/closing bracket.
Files with the extension of .dnh will have this syntax highlighter automatically loaded when opened.