2323
2424< div id ="navigation ">
2525< br />
26- < h1 > LuaScript < sub > v0.4 .0</ sub > </ h1 >
26+ < h1 > LuaScript < sub > v0.5 .0</ sub > </ h1 >
2727
2828< ul >
2929 < li > < a href ="../index.html "> Index</ a > </ li >
@@ -81,6 +81,7 @@ <h2>Classes</h2>
8181< ul class ="nowrap ">
8282 < li > < strong > Editor</ strong > </ li >
8383 < li > < a href ="../classes/Match.html "> Match</ a > </ li >
84+ < li > < a href ="../classes/Styler.html "> Styler</ a > </ li >
8485 < li > < a href ="../classes/Notepad.html "> Notepad</ a > </ li >
8586</ ul >
8687< h2 > Topics</ h2 >
@@ -93,6 +94,8 @@ <h2>Examples</h2>
9394 < li > < a href ="../examples/highlightoccurrences.lua.html "> highlightoccurrences.lua</ a > </ li >
9495 < li > < a href ="../examples/selectionaddnext.lua.html "> selectionaddnext.lua</ a > </ li >
9596 < li > < a href ="../examples/sessionmanager.lua.html "> sessionmanager.lua</ a > </ li >
97+ < li > < a href ="../examples/stylecsv.lua.html "> stylecsv.lua</ a > </ li >
98+ < li > < a href ="../examples/stylecustom.lua.html "> stylecustom.lua</ a > </ li >
9699 < li > < a href ="../examples/visualstudiolinecopy.lua.html "> visualstudiolinecopy.lua</ a > </ li >
97100</ ul >
98101
@@ -2422,7 +2425,9 @@ <h3>See also:</h3>
24222425
24232426 < h3 > Usage:</ h3 >
24242427 < ul >
2425- < pre class ="example "> < span class ="keyword "> for</ span > m < span class ="keyword "> in</ span > editor:match(text, flags) < span class ="keyword "> do</ span > ... < span class ="keyword "> end</ span > </ pre >
2428+ < pre class ="example "> < span class ="keyword "> for</ span > m < span class ="keyword "> in</ span > editor:match(text, flags) < span class ="keyword "> do</ span >
2429+ ...
2430+ < span class ="keyword "> end</ span > </ pre >
24262431 </ ul >
24272432
24282433</ dd >
@@ -15332,7 +15337,7 @@ <h3>See also:</h3>
1533215337</ div > <!-- id="main" -->
1533315338< div id ="about ">
1533415339< i > Generated by < a href ="http://github.com/stevedonovan/LDoc "> LDoc 1.4.3</ a > </ i >
15335- < i style ="float:right; "> Last updated 2016-09-09 09:10:16 </ i >
15340+ < i style ="float:right; "> Last updated 2016-09-09 11:11:46 </ i >
1533615341</ div > <!-- id="about" -->
1533715342</ div > <!-- id="container" -->
1533815343< footer >
0 commit comments