An URL used to display keyword help. "%K" placeholder will be replaced with the word text cursor is position in when calling keyword help (F1).<br/>
Marks current script configuration as one of script types, recognized by GZDB. Possible values are "UNKNOWN" (default), "ACS", "MODELDEF", "DECORATE", "GLDEFS", "SNDSEQ", "MAPINFO", "VOXELDEF", "TEXTURES", "ANIMDEFS", "REVERBS", "TERRAIN", "X11R6RGB", "CVARINFO", "SNDINFO", "LOCKDEFS", "MENUDEF", "SBARINFO" and "USDF".<br/>
Defines a list of keywords to highlight and show code completion
for. Each keyword is defined as
<pre>Keyword = "Keyword description";</pre>
"Keyword" is a word used in a script, "Keyword description" provides additional information about a keyword, like function arguments or hints about what function or it's parameters do.
<p><strong>Example:</strong>
<pre>
keywords
{
CanRaiseActor = "bool CanRaiseActor(int tid)\nChecks to see if the actor or actors with the specified tid are viable for resurrection.\nIf tid is 0, the check is done on the activator of the script.";
}
</pre>
</p>
<h2>"constants" block:</h2>
<br/>
Defines a list of constants to highlight and show code completion for.