Currently, [`testscript`](https://github.com/rogpeppe/go-internal/blob/dc4b49510d96256f881880b9802536a6a70edfcc/testscript/testscript.go#L194) 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: 1. switch the default to search for `.txt` and `.txtar` 2. make it configurable via `testscript.Params` 3. ...