Changes to "Plugin Meta Data" between 2018-07-04 18:38:18 and 2018-07-04 18:38:54

45
46
47
48
49
50
51
52

53
54
55
56
57
58
59
45
46
47
48
49
50
51

52
53
54
55
56
57
58
59







-
+








The preferred comment scheme is a cohesive `#` hash block - because that's supported
with most scripting languages (and aligns best with an optional shebang).

  *  Implementations may support multi line `/* … */`, `//`, `<# … #>` comment blocks.

  *  It's however important that this meta block is the topmost comment in a script.
     (See Rationale)
     (See [Rationale](wiki/Rationale))

  *  All `# key: value` entries occupy consecutive comment lines with coherent formatting.

  *  Key names should be interpreted case-insensitively. Rfc/message-style,
     no spaces allowed.

  *  Typically they carry just plain strings, because that's easiest to process