This project provides files allowing NWScript syntax highlighting with 3 free and open source programs: Highlight, Geany and Highlight.js. All these programs are available on multiple platforms and can use many available color themes. This project also works with NWN2 NWScript source code files.
See readme file inside project's archive for more information and installation instruction.
CHANGELOG
1.1 (2019-11-29)
1.0 (2019-11-22)
THANKS
Attachment | Size |
---|---|
![]() | 89.74 KB |
![]() | 9.19 KB |
The Last Days of the Raven |
93.3% |
Lanterna |
75% |
UNDERMOUNTAIN- Maddgoth's Castle |
81.7% |
Ravenloft: Dreamscape |
75% |
FRW Character Creator |
98.6% |
The Cursed Land |
82% |
Planescape: The Shaper of Dreams |
94.3% |
The Caravan Club |
90% |
A Fairy Tale |
80% |
Dark Avenger Chapter 1 |
92.5% |
This isn't really a tool per se, but it works with actual tools, and I couldn't find a better category for it.
Have fun sharing your NWScript code.
This project has been updated. Notice the ten-fold increase in file size caused by inclusion of built-in functions and constants in every language definition.
Now the installation process is even easier.
I forgot to add a small detail to Geany's installation instruction:
Tools -> Configuration Files -> filetype_extensions.conf
NWScript=*.nss;*.NSS
Programming=NWScript
(if you already have a Programming entry, append this:
;NWScript
)If you don't do this, NWScript files won't be automatically recognized by the editor and you won't be able to manually select the file type from the menu.
This detail will be included in next version of the project.