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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -544,8 +544,9 @@
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>opener</tt></td><td> -- The string used to begin a comment, e.g. "<bclass="desc"><!--</b>".</td></tr>
548
-
<tr><tdwidth="5%"></td><td><tt>closer</tt></td><td> -- The string used to end a comment, e.g. "<bclass="desc">--></b>".</td></tr>
547
+
<tr><tdwidth="5%"></td><td><tt>comment</tt></td><td> -- The line used for a single-line comment, e.g. "<bclass="desc">//</b>".</td></tr>
548
+
<tr><tdwidth="5%"></td><td><tt>comment_open</tt></td><td> -- The string used to begin a multi-line comment, e.g. "<bclass="desc"><!--</b>".</td></tr>
549
+
<tr><tdwidth="5%"></td><td><tt>comment_close</tt></td><td> -- The string used to end a multi-line 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>
550
551
<!--
551
552
<tr><td width="5%"></td><td><tt>compiler</tt> </td><td> -- The command used to compile this type of file.</td></tr>
0 commit comments