Note syntax highlighting support for txtar files

This commit is contained in:
William Martin 2024-10-11 15:27:31 +02:00
parent 502daff2a1
commit 320c5aba4a

View file

@ -37,6 +37,8 @@ Due to the `//go:build acceptance` build constraint, some functionality is limit
},
```
You can install the `txtar` or `vscode-testscript` extensions to get syntax highlighting.
### Effective Test Authoring
This section will likely extend over time.