Here's the file: http://www.mediafire.com/?66pi7os23mf0q4c
** IMPORTANT ** - Due to my personal preferences, I made the coloring in relation to the "Deep Black" style. If you use another one, it will not look right. However, read on to find out how to very easily and very quickly change the background colors from black to whatever you wish.
Instructions
- In Notepad++, select: View>User Defined Dialogue... (or press the button in the toolbar. It's to the left of Record Macro)
- Click Import and select the file you downloaded
- You're done unless you want to change the colors ;P In which case, read on.
- Below the Import button are 4 tabs, each with color choosers. "Background Color" is what you want to change to suit your skin needs. Or even other colors, for that matter, as well as whether or not to bold or underline things, change font size, etc. ;)
The default coloring is as follows:
Orange = CubeScript Logic, CubeScript commands, "get" commands, state/value checking, etc. Console related things
Purple = Game specific actions, vars, commands, etc. GUI options. Anything game related that's NOT editing.
Green = Editing, Mapping, Texturing and Design related vars
Red = Arithmetic/Logic related, operators
Hope you guys like it! I was dying for some syntax highlighting :) One last note, the "^" escape character DOES work in strings. If you use ' ^" ' the string will stay highlighted as it should :) (If you happened to use C++ for highlighting, you'd notice the string didn't recognize it as an escape char, and the highlighting would stop. Made things hard to see)