Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading