From 320c5aba4a783799d87d6101ce602851922dae0f Mon Sep 17 00:00:00 2001 From: William Martin Date: Fri, 11 Oct 2024 15:27:31 +0200 Subject: [PATCH] Note syntax highlighting support for txtar files --- acceptance/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acceptance/README.md b/acceptance/README.md index b8dacadfd..dada532ff 100644 --- a/acceptance/README.md +++ b/acceptance/README.md @@ -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.