microsoft / microsoft/TypeScript-TmLanguage
Incorrect JSDoc markdown url syntax highlight
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 471
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.119.0
- OS Version: MacOS 26.4.1
Steps to Reproduce:
- Create a jsdoc or tsdoc with a
@seemarkdown url, like:
/**
* Some text
*
* @see [Some URL](https://google.com/)
*/
function test() {}
- Observe syntax highlight of first
[bracket
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in a TypeScript or JavaScript JSDoc comment using the shown @see Markdown URL example, with extensions disabled. Inspect the TypeScript TextMate grammar responsible for JSDoc highlighting and compare the highlighting of the opening bracket with the rest of the link. Done means the opening bracket is highlighted consistently with the Markdown URL syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100