Currently, testscript is hard-coded to only look for .txt files.
This is unfortunate, because .txtar is a more descriptive extension that would better lend itself to automatic syntax highlighting (on GitHub) etc.
Opening this issue to capture the options for changing/extending this:
- switch the default to search for
.txt and .txtar
- make it configurable via
testscript.Params
- ...
Currently,
testscriptis hard-coded to only look for.txtfiles.This is unfortunate, because
.txtaris a more descriptive extension that would better lend itself to automatic syntax highlighting (on GitHub) etc.Opening this issue to capture the options for changing/extending this:
.txtand.txtartestscript.Params