Docs (as always) are pretty great. What would have helped me would have been a little more spoon-feeding/clarity on usage. The zog demo was really helpful!
6a7
> <link rel="canonical" href="
https://scintilla.org/ScriptLexer.html" />
109c110,120
<
Styles and other properties can then be assigned using this name. For example,</p>
---
>
Styles and other properties can then be assigned using this name.</p>
>
<p>To use a script lexer:</p>
>
<ol>
>
<li>Add your <code>OnStyle</code> function to the Lua startup script
>
(default: <code>$(SciteUserHome)/SciTEStartup.lua</code>, configured by
>
<code>ext.lua.startup.script</code> in SciTEGlobal.properties)</li>
>
<li>Create a <code>*.properties</code> file with the lexer assignment and styles</li>
>
</ol>
>
<p>See <a href="SciTEDoc.html#property-ext.lua.startup.script">ext.lua.startup.script</a>
>
for details on the startup script.</p>
>
<p>For example,</p>