Differences
This shows you the differences between the selected revisions of the page.
2016-03-18 | 2016-03-18 | ||
only single line comments (martin) | only spaces (martin) | ||
Line 12: | Line 12: | ||
The extension metadata have to start on the very first line of the extension file. Metadata parsing stops on the first non-metadata line. | The extension metadata have to start on the very first line of the extension file. Metadata parsing stops on the first non-metadata line. | ||
- | All metadata are prefixed with ''@'', follower by a metadata key, whitespace(s), and a value. | + | All metadata are prefixed with ''@'', follower by a metadata key, space(s), and a value. |
The metadata line have to start with the ''@'', optionally escaped with some recognized "single-line comments" syntax. The recognized comment syntaxes are, ''rem'' (Windows batch file), ''#'' (e.g. WinSCP script, PowerShell, %%Perl%%, Python), ''%%//%%'' (e.g. JavaScript), ''%%'%%'' (VBScript). | The metadata line have to start with the ''@'', optionally escaped with some recognized "single-line comments" syntax. The recognized comment syntaxes are, ''rem'' (Windows batch file), ''#'' (e.g. WinSCP script, PowerShell, %%Perl%%, Python), ''%%//%%'' (e.g. JavaScript), ''%%'%%'' (VBScript). |