Files
warp/crates/languages
Anshul Garg 6188ed1779 Fix broken Markdown link in languages/grammars README (#9343)
## Description

The link to the tree-sitter docs in
`crates/languages/grammars/README.md` is missing the closing `]`, so
GitHub renders it as plain text instead of a link:

```diff
-We need a [TSLanguage(https://tree-sitter.github.io/tree-sitter/using-parsers#the-basic-objects) object to parse a source code file.
+We need a [TSLanguage](https://tree-sitter.github.io/tree-sitter/using-parsers#the-basic-objects) object to parse a source code file.
```

## Testing

Docs-only change. Verified the rendered link is clickable in the GitHub
Markdown preview.

Co-authored-by: anshul-garg27 <anshul-garg27@users.noreply.github.com>
2026-04-30 06:05:18 -07:00
..
2026-04-28 08:43:33 -05:00