The current userDefinedLang file for notepad++ was missing a few things, and I added them as my new mod uses classes, and decided i should stick the rest of the keywords in too. Also regions are a massive help
. Below are the additions to the valid keywords list that are now colourised:
int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 in out inout super this import from is xor enum interface typedef funcdef class private null cast
..And probably a few others..
Also defined folding regions to make navigating large scripts easier, which can be used as follows:
//open Region Name
void hugeFunction() {
...
}
void MassiveFunction() {
...
}
//close
Only took a small amount of time to put together, but it should save you the time changing settings stuff in notepad++ if you plan on having large or complex scripts.
Download link:
http://www.mediafire.com/?4smc0su16y2vjit
For installation instructions see the wiki
here.