| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(jsdoc): only highlight slashes in paths (#7387) | Riley Bruins | 2024-11-21 | 1 | -1/+3 |
| | | | | | Otherwise the final slash in a doc comment `*/` will also be highlighted. | ||||
| * | fix(jsdoc): disable spelling for identifiers (#7172) | Kai Moschcau | 2024-09-24 | 1 | -1/+1 |
| | | |||||
| * | feat(jsdoc): add missing highlights | Riley Bruins | 2024-07-04 | 1 | -0/+37 |
| | | |||||
| * | fix(jsdoc): add nospell to type and tag_name | Sergey Slipchenko | 2024-01-21 | 1 | -2/+2 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -0/+1 |
| | | |||||
| * | Fix jsdoc: play nice with the comment parser (#1108) | Santos Gallegos | 2021-03-27 | 1 | -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 injection | Steven Sojka | 2020-10-27 | 1 | -0/+3 |
