aboutsummaryrefslogtreecommitdiffstats
path: root/queries/jsdoc
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-42/+0
|
* fix(jsdoc): only highlight slashes in paths (#7387)Riley Bruins2024-11-211-1/+3
| | | | Otherwise the final slash in a doc comment `*/` will also be highlighted.
* fix(jsdoc): disable spelling for identifiers (#7172)Kai Moschcau2024-09-241-1/+1
|
* feat(jsdoc): add missing highlightsRiley Bruins2024-07-041-0/+37
|
* fix(jsdoc): add nospell to type and tag_nameSergey Slipchenko2024-01-211-2/+2
|
* chore: query formattingPham Huy Hoang2024-01-191-0/+1
|
* Fix jsdoc: play nice with the comment parser (#1108)Santos Gallegos2021-03-271-1/+0
| | | | | | | | | | | Using separate queries makes it work as expected. Also, for the comment parser to be able to override the other tokens we need to remove the comment from highlights (this shouldn't be a problem since that section is already highlighted as a comment). And, the order of the captures matter, having jsdoc first will have more priority over `@param`. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1069
* feat(js): add jsdoc lang injectionSteven Sojka2020-10-271-0/+3