| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | comment(highlights): reduce user mention priority | ObserverOfTime | 2023-03-20 | 1 | -1/+2 |
| | | |||||
| * | comment(highlights): add `@nospell` to tags and user mentions | Yochem van Rosmalen | 2023-03-01 | 1 | -9/+9 |
| | | |||||
| * | comment(highlights): reduce false positives (#4298) | Santos Gallegos | 2023-02-13 | 1 | -18/+19 |
| | | | | | | | | | | | | | There are a couple cases where the comment highlights will match things that aren't necessary a tag. For example in Rust, when commenting a block that deals with generics (generics are declared as `T: Type`), this may be distracting. So, instead of highlighting all tags, we can restrict to highlighting the explicit keywords. Ref https://github.com/stsewd/tree-sitter-comment/issues/14 | ||||
| * | highlights(comment): improve note tags | ObserverOfTime | 2022-11-26 | 1 | -9/+20 |
| | | |||||
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -0/+2 |
| | | |||||
| * | feat(comment): highlight `NOTE` as `@text.note` (#3537) | Erik Westrup | 2022-09-23 | 1 | -0/+6 |
| | | |||||
| * | Prefer lua-match over match | Lewis Russell | 2021-11-23 | 1 | -2/+2 |
| | | | | | as string.find is much quicker than vim.regex:match* | ||||
| * | fix typo in query | Jaehwang Jerry Jung | 2021-06-26 | 1 | -1/+1 |
| | | |||||
| * | Use #any-of? instead of #match? where posible | Joakker | 2021-06-25 | 1 | -4/+4 |
| | | |||||
| * | Comment: highlight text nodes | Santos Gallegos | 2021-04-03 | 1 | -0/+6 |
| | | | | | As requested in https://github.com/nvim-treesitter/nvim-treesitter/issues/236#issuecomment-797878646 | ||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+19 |
| Closes #236 | |||||
