summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/highlight.h
AgeCommit message (Expand)AuthorFiles
2025-10-10feat(ui): 'pumborder' (popup menu border) #25541glepnir1
2025-09-09vim-patch:9.1.1742: complete: preinsert does not work well with 'autocomplete...zeertzjq1
2025-09-03docs: lsp, miscJustin M. Keyes1
2025-09-01feat(progress): better default format + history sync #35533Shadman1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-05-02feat(messages): hl-StderrMsg, hl-StdoutMsg #33429Sathya Pramodh1
2025-03-28vim-patch:9.1.1243: diff mode is lacking for changes within lineszeertzjq1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-06-15vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq1
2024-06-12feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-30refactor: move extern variables out of _defs.h files (#26320)zeertzjq1
2023-11-30refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-04-07refactor(api): make typed dicts appear as types in the source codebfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-31refactor(highlight): make hlattrs2dict always use pre-allocated dictbfredl1
2022-08-17feat(ui): allow to set the highlight namespace per windowbfredl1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2019-02-07UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse1
2018-07-21highlight: refactor to use stateful representationBjörn Linse1
2018-07-21highlight: extract low-level highlight logic from syntax, uiBjörn Linse1