aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight.h
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(highlight): make hlattrs2dict always use pre-allocated dictbfredl2022-08-31
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21