From 1a8408964bb52bebeab0c0eaf3071b24361cd90c Mon Sep 17 00:00:00 2001 From: carlwr <76884940+carlwr@users.noreply.github.com> Date: Sun, 24 May 2026 22:12:19 +0200 Subject: [PATCH] Update README with textmate-validate mention Added a link to textmate-validate for grammar linting. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cef966d..a2088aab 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ Tokenizing line: } ## For grammar authors -See [vscode-tmgrammar-test](https://github.com/PanAeon/vscode-tmgrammar-test) that can help you write unit tests against your grammar. +- [vscode-tmgrammar-test](https://github.com/PanAeon/vscode-tmgrammar-test) - for writing unit tests against a grammar +- [textmate-validate](https://github.com/carlwr/textmate-validate) - for linting the regexes of a grammar using `vscode-textmate`'s regex engine ## API doc