aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_group.c
Commit message (Expand)AuthorAge
* fix(colorscheme): distinguish CursorLine/Folded/StatusLineNC highlights #32256Evgeni Chasnovski2025-01-30
* feat(diagnostic): virtual_lines #31959Maria José Solano2025-01-26
* fix(highlight): make TablineSel more noticeable with 'notermguicolors' #31905Evgeni Chasnovski2025-01-07
* fix(highlight): make `TablineSel` more noticeable #31896Jared Baur2025-01-07
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(messages): better formatting for :highlight with ext_messages #31627luukvbaal2024-12-19
* vim-patch:9.1.0945: ComplMatchIns highlight doesn't end after inserted text (...zeertzjq2024-12-18
* vim-patch:9.1.0936: cannot highlight completed textzeertzjq2024-12-18
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* docs: misc (#31138)dundargoc2024-11-21
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* feat(lsp): highlight hover target/range #31110Riley Bruins2024-11-17
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* feat(highlight): make `PmenuMatch` and `PmenuMatchSel` boldEvgeni Chasnovski2024-10-31
* feat(defaults): pretty :help headings #30544Justin M. Keyes2024-09-27
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(highlight): update `PmenuSel` for colored completion items #30183Evgeni Chasnovski2024-08-29
* fix(highlight): fix the seg fault caused by the invalid linked hl idsWilliam Wong2024-08-14
* vim-patch:9.0.0003: functions are global while they could be local (#29777)zeertzjq2024-07-17
* docs: misc (#29622)dundargoc2024-07-15
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders2024-06-12
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(colorscheme): underline StatusLineNC with 'notermguicolors' #28810Evgeni Chasnovski2024-05-23
* docs: misc (#28609)dundargoc2024-05-15
* fix(colorscheme): add missing LSP groupsEvgeni Chasnovski2024-05-02
* fix(api): set script context when using nvim_set_hl (#28123)zeertzjq2024-03-31
* fix(highlight): consistently spell "Goldenrod"Evgeni Chasnovski2024-03-30
* fix(highlight): add `Nvim{Light,Dark}Gray{1,2,3,4}` colorsEvgeni Chasnovski2024-03-30
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* feat(colorscheme): add semantic tokens modifiers to builtin color schemeEvgeni Chasnovski2024-03-21
* fix(treesitter): document more standard highlight groupsChristian Clason2024-03-19
* fix(lsp): add missing LSP semantic token highlight linksCaleb Marshall2024-03-16
* refactor: avoid copying before vim_strup() if possible (#27830)James2024-03-13
* refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl2024-02-11
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* fix(colorscheme): typoJaehwang Jung2024-01-26
* feat(colorscheme): update treesitter groupsEvgeni Chasnovski2024-01-25
* fix(colorscheme): use explicit normal foreground in syntax groupsEvgeni Chasnovski2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* fix(colorscheme): link LSP semantic tokens to treesitter groupsJohn Drouhard2024-01-23
* fix(treesitter): update @markup default linksChristian Clason2024-01-23
* feat(treesitter)!: new standard capture namesChristian Clason2024-01-21
* fix(colorscheme): default statusline groups usability #26921Evgeni Chasnovski2024-01-13
* vim-patch:9.1.0016: default diff highlighting is too noisyChristian Clason2024-01-12
* refactor(IWYU): fix headersdundargoc2024-01-11