Skip to content

Fix broken Markdown link in languages/grammars README#9343

Merged
captainsafia merged 1 commit intowarpdotdev:masterfrom
anshul-garg27:fix/grammars-readme-link
Apr 30, 2026
Merged

Fix broken Markdown link in languages/grammars README#9343
captainsafia merged 1 commit intowarpdotdev:masterfrom
anshul-garg27:fix/grammars-readme-link

Conversation

@anshul-garg27
Copy link
Copy Markdown
Contributor

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:

-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.

@cla-bot cla-bot Bot added the cla-signed label Apr 28, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented Apr 28, 2026

@anshul-garg27

I'm starting a first review of this pull request.

You can follow along in the session on Warp.

I approved this pull request and requested human review from: @vorporeal, @alokedesai, @zachbai.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

I approved this pull request. No matching stakeholder was found for the changed files, so no human reviewers were requested.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR fixes a malformed Markdown link in crates/languages/grammars/README.md so the Tree-sitter TSLanguage documentation renders as a clickable link.

Concerns

  • No correctness, security, or spec-drift concerns found.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR fixes a malformed Markdown link in crates/languages/grammars/README.md so the TSLanguage reference renders as a clickable link.

Concerns

  • None.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@vorporeal vorporeal requested review from kevinyang372 and removed request for alokedesai, vorporeal and zachbai April 29, 2026 16:10
@captainsafia captainsafia merged commit 6188ed1 into warpdotdev:master Apr 30, 2026
49 checks passed
@captainsafia captainsafia added the external-contributor Indicates that a PR has been opened by someone outside the Warp team. label Apr 30, 2026 — with Warp Dev Github Integration
zerx-lab pushed a commit to zerx-lab/warp that referenced this pull request May 3, 2026
## 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed external-contributor Indicates that a PR has been opened by someone outside the Warp team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants