aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_group.c
Commit message (Expand)AuthorAge
* 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
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* Merge pull request #25491 from glepnir/25474bfredl2023-10-04
|\
| * fix(highlight): attr set all when normal attr changedglepnir2023-10-04
* | refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* | feat(completion): support completing more string optionszeertzjq2023-10-01
|/
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* fix(highlight): add force in nvim_set_hlglepnir2023-09-26
* fix(highlight): correct hi command outputglepnir2023-09-17
* fix(highlight): add create param in nvim_get_hlglepnir2023-09-09
* feat(highlight): add `FloatFooter` highlight groupEvgeni Chasnovski2023-08-26
* vim-patch:9.0.1767: '.-' no allowed in highlight group names (#24814)zeertzjq2023-08-21
* feat(highlight): Allow hyphens (-) in highlight group names (#24714)Gregory Anders2023-08-15
* refactor(api): use typed keysetsbfredl2023-08-07
* fix(highlight): make CurSearch work properly with 'winhl' (#24448)zeertzjq2023-07-23
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* fix(lsp): define LspInlayHint highlight group #24073Chinmay Dalal2023-06-21
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* Merge pull request #23730 from famiu/refactor/api/helpersbfredl2023-05-23
|\
| * refactor(api): new helper macrosFamiu Haque2023-05-23
* | fix(colorscheme): try .lua files in 'rtp' before .vim files in 'pp' (#23727)zeertzjq2023-05-23