Closed
Description
Search terms
asserts is, semantic highlighting
Expected Behavior
The parameter name in asserts node is T
should be highlighted as a parameter.
Actual Behavior
It's not highlighted.
This like also affects name is T
return types.
Minor bug, but I wanted to report it regardless.
Steps to reproduce the bug
- Download https://github.com/RunDevelopment/refa
npm ci
andnpm i -D [email protected]
npm run build:docs
- Navigate to the
setParent
function.
Environment
- Typedoc version: 0.24.4
- TypeScript version: 5.0.2
- Node.js version: v16.11.1
- OS: Win10