Changes to "Plugin Meta Data" between 2018-07-04 14:02:48 and 2018-07-04 18:38:18

42
43
44
45
46
47
48
49

50
51
52
53
54
55
56
57
42
43
44
45
46
47
48

49

50
51
52
53
54
55
56







-
+
-









## Comment syntax

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 might support `/* … */` or `//`-blocks or `<# … #>` and whatever
  *  Implementations may support multi line `/* … */`, `//`, `<# … #>` comment blocks.
     alternative the language offers though.

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

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

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