
After a short wander through some of the script files I made a little syntax highlighter for that most versatile of text editors, Notepad++. It's a bit quick and nasty, I skipped reading any actual Papyrus language spec and simply configured it around a selection of the script files I was viewing, but it's functional, a reasonable start and my eyes have been thanking me all day

Examples:
http://www.i2net.me.uk/files/Skyrim/Notepad++/Before-1.jpg
http://www.i2net.me.uk/files/Skyrim/Notepad++/After-1.jpg
http://www.i2net.me.uk/files/Skyrim/Notepad++/Before-2.jpg
http://www.i2net.me.uk/files/Skyrim/Notepad++/After-2.jpg
Oh, so much better. Along with the usual variable type, string & comment highlighting, I've configured 'folding' for functions, STATE, EVENT, if and while : click on one of the little '-' in a box that appear on the left margin.
You can download (Right Click->Save As) http://www.i2net.me.uk/files/Skyrim/Notepad++/Papyrus.xml OR those who don't trust random links can copy the following into a new file and save it somewhere themselves, the file name MUST end in .xml
"00"00 if EVENT FUNCTION STATE WHILE endif endEVENT endFUNCTION endSTATE endWHILE ( ) 1{ 2} 0; self else FALSE TRUE bool float int string keyword objectReference ReferenceAlias ImageSpaceModifier WordofPower Quest WordWallListenerQuestScript formlist activator GlobalVariable Scriptname spell auto property native global Hidden import extends
In Notepad ++: Menu 'View->User-Defined Dialouge' and select 'Import', navigate to the file downloaded/created and Bob should be a blood relative. The highlight settings should automatically apply to every .psc file you open.
Modify as you wish. No warranty provided

Enjoy



