remake (version 0.3.0)

file_extensions: Vector of file extensions

Description

Returns the vector of default file extensions. If a target ends in one of these, then it will be considered a file, rather than an object.

Usage

file_extensions()

Arguments

Details

To include additional file extensions, include them in the yaml like (at the top level):

file_extensions: ["phy", "tre"]

Any number of extensions can be listed. Don't use a leading period (it will be dropped). The union of file extensions listed here and in file_extensions() will be used, so if you accidently include a default extension (or if one is included in a future remake version) it is no problem.