Skip to content

Patternfile naming scheme

Nat! edited this page Feb 14, 2018 · 4 revisions

The filename of a patternfile must begin with a number of digits followed by a minus a callback identifier and two more minus. After the two minus there may be an optional category identifier.

digits - callback -- category
00 - header -- private

e.g. 00-header--private.

The digits are used for sorting. All files inside a folder should have the same number of leading digits.

It is customary to use "all" as the category identifier, if no further categorization is needed.

Clone this wiki locally