aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_group.c
Commit message (Expand)AuthorAge
* 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
* fix(highlight): update `IncSearch` to link to `CurSearch`Evgeni Chasnovski2024-01-06
* refactor: follow style guidedundargoc2023-12-30
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* feat(highlight): tweak default color schemeEvgeni Chasnovski2023-12-16
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12