GeSHi highlighting

From Dragon Age Toolset Wiki
Revision as of 22:27, 12 December 2017 by Sunjammer (Talk | contribs) (Sunjammer moved page GeSHI highlighting to GeSHi highlighting without leaving a redirect)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GeSHi highlighting allows you to specify blocks of content as a particular programming language and have it highlighted appropriately.

We have installed syntax highlighting for NWN scripting and DA scripting! Just use either the "dascript" or "nwscript" tags around your code. (like so: <dascript>Dragon Age script code</dascript> and <nwscript>NWN script code</nwscript>)

NOTE: the dascript highlighting is copied/pasted from the nwscript one; we are looking for contributions/improvements to match what is actually in DAscripts!

Example:

DAscript:

void main()
{
    SendMessageToPC(GetEnteringObject(), "Hello world");
}

NWScript:

void main()
{
    SendMessageToPC(GetEnteringObject(), "Hello world");
}


Geshi homepage: http://qbnz.com/highlighter/