| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 1 | -1/+1 |
| | | | | | | | | | | | After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages. | ||||
| * | Update lockfile.json | GitHub | 2022-11-21 | 1 | -2/+15 |
| | | |||||
| * | highlights(vim): add some more keywords | ObserverOfTime | 2022-10-15 | 1 | -0/+6 |
| | | |||||
| * | feat(viml): update queries | Christian Clason | 2022-10-15 | 1 | -1/+12 |
| | | |||||
| * | feat(viml): bump parser and queries | Christian Clason | 2022-09-08 | 1 | -7/+11 |
| | | |||||
| * | feat(viml): update queries | Christian Clason | 2022-08-26 | 1 | -2/+15 |
| | | |||||
| * | chore(vim): update parser and highlights | Thomas Vigouroux | 2022-08-23 | 1 | -4/+2 |
| | | | | | | Adds support for map_bar. Correctly highlight unknown builtin commands. | ||||
| * | feat(vim): update to latest highlights | Thomas Vigouroux | 2022-08-23 | 1 | -0/+18 |
| | | |||||
| * | update vim parser and queries | Christian Clason | 2022-08-17 | 2 | -5/+13 |
| | | |||||
| * | Split func/method definition from calls in several programming language queries | lfenzo | 2022-08-03 | 1 | -1/+1 |
| | | |||||
| * | vim: add basic folding for if statements and functions (#2994) | Seth Barberee | 2022-06-07 | 1 | -0/+4 |
| | | |||||
| * | feat(vim): add support for const | Thomas Vigouroux | 2022-05-01 | 1 | -0/+1 |
| | | |||||
| * | feat(vim): highlight unknown commands | Thomas Vigouroux | 2022-04-16 | 1 | -1/+4 |
| | | |||||
| * | fix(vim): fix highlight for pattern | Pierrick Guillaume | 2022-02-19 | 1 | -2/+2 |
| | | | | | Allow pattern to not contain pattern_multi node to be highlighted | ||||
| * | add(vim): add highlight for more keywords | Pierrick Guillaume | 2022-02-08 | 1 | -1/+18 |
| | | |||||
| * | feat(vim): highlight default parameters | Zoltán Reegn | 2022-02-07 | 1 | -1/+2 |
| | | |||||
| * | feat(vim): highlight "higlight" variants | Thomas Vigouroux | 2022-01-24 | 1 | -0/+8 |
| | | |||||
| * | feat(vim): support syntax command | Thomas Vigouroux | 2022-01-24 | 1 | -1/+8 |
| | | |||||
| * | Prefer lua-match over match | Lewis Russell | 2021-11-23 | 1 | -1/+1 |
| | | | | | as string.find is much quicker than vim.regex:match* | ||||
| * | fix(vim): support syntax command and update parser | Thomas Vigouroux | 2021-10-01 | 1 | -0/+16 |
| | | |||||
| * | Vim: highlight setlocal (#1877) | Santos Gallegos | 2021-09-30 | 1 | -0/+1 |
| | | | | This was just added some days ago. | ||||
| * | Vim: update highlights and injections | Santos Gallegos | 2021-09-27 | 2 | -0/+23 |
| | | |||||
| * | feat(vim): highlight highlight_statement correctly | Thomas Vigouroux | 2021-08-26 | 1 | -4/+9 |
| | | | | | Fixes #1747 | ||||
| * | Viml: update queries | Santos Gallegos | 2021-08-23 | 2 | -4/+36 |
| | | |||||
| * | feat(vim): support augroups | Thomas Vigouroux | 2021-08-20 | 1 | -1/+5 |
| | | |||||
| * | fix(viml): update and support mappings | Thomas Vigouroux | 2021-08-20 | 1 | -0/+10 |
| | | |||||
| * | fix(vim): highlight more punctuation | Thomas Vigouroux | 2021-08-16 | 1 | -0/+14 |
| | | |||||
| * | feat: add support for vim | Thomas Vigouroux | 2021-08-16 | 2 | -0/+114 |
