You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geanylua/docs/geanylua-ref.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -544,6 +544,7 @@
544
544
<tr><tdwidth="5%"></td><td><tt>ext</tt></td><td> -- The file extension, including the dot, e.g. "<b>.DLL</b>" or "<b>.txt</b>"</td></tr>
545
545
<tr><tdwidth="5%"></td><td><tt>type</tt></td><td> -- A one-word description of the filetype, e.g. "<b>C</b>" or "<b>Python</b>".</td></tr>
546
546
<tr><tdwidth="5%"></td><td><tt>desc</tt></td><td> -- A longer description of the filetype, e.g. "<b>Lua source file</b>" or "<b>Cascading StyleSheet</b>".</td></tr>
547
+
<tr><tdwidth="5%"></td><td><tt>single</tt></td><td> -- The line used for a single-line comment, e.g. "<bclass="desc">//</b>".</td></tr>
547
548
<tr><tdwidth="5%"></td><td><tt>opener</tt></td><td> -- The string used to begin a comment, e.g. "<bclass="desc"><!--</b>".</td></tr>
548
549
<tr><tdwidth="5%"></td><td><tt>closer</tt></td><td> -- The string used to end a comment, e.g. "<bclass="desc">--></b>".</td></tr>
549
550
<tr><tdwidth="5%"></td><td><tt>action</tt></td><td> -- The action command as executed by the context menu</td></tr>
0 commit comments