aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_group.c
Commit message (Expand)AuthorAge
* 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
* | fix(api): nvim_get_hl should return default flagNull Chilly2023-05-22
|/
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* fix(api): make nvim_get_hl not return non-existing groupsbfredl2023-04-13
* fix(highlight): add missing g: prefix for colors_name (#22952)zeertzjq2023-04-08
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* feat(lsp): create default link from @lsp.type.comment to Comment (#22888)Gregory Anders2023-04-04
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* feat(lsp)!: add rule-based sem token highlighting (#22022)swarn2023-03-06
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* fix(highlight): properly deal with underline mask when listing (#22057)zeertzjq2023-01-31
* feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans2023-01-24
* refactor(highlight_group.c): reduce scope of localsLewis Russell2023-01-19
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq2023-01-10
* feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott2022-12-28
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* refactor: replace char_u with charDundar Göc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* fix(ui): fix some cases of stale highlight definitionsbfredl2022-11-13
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | refactor(highlight): rename FloatBorderTitle #20988Raphael2022-11-07