aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_group.c
Commit message (Expand)AuthorAge
* 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
* | feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
|/
* vim-patch:8.2.0612: Vim9: no check for space before #commentzeertzjq2022-11-05
* fix(highlight): link more treesitter groups by default (#20711)Christian Clason2022-10-18
* docs: fix typos (#20394)dundargoc2022-09-30
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(treesitter): do not link @error by defaultChristian Clason2022-09-06
* Merge pull request #20023 from bfredl/hlarenabfredl2022-09-01
|\
| * refactor(highlight): make hlattrs2dict always use pre-allocated dictbfredl2022-08-31
* | vim-patch:9.0.0343: ColorScheme autocommand triggered when colorscheme not fo...zeertzjq2022-09-01
|/
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* Merge pull request #19931 from bfredl/scopedhlbfredl2022-08-26
|\
| * feat(treesitter)!: use @foo.bar style highlight groupsbfredl2022-08-26
| * feat(highlight): support scoped @spam.eggs.baked_beans groupsbfredl2022-08-26
* | refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
|/
* Merge pull request #19830 from lewis6991/hlgroup_namebfredl2022-08-24
|\
| * feat(highlight)!: error on invalid names and allow '.' and '@'Lewis Russell2022-08-24
* | Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\ \ | |/ |/|
| * refactor(arena): use a shared block freelistbfredl2022-08-24
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* fix(api): make nvim_set_hl(ns=0, ...) redraw screen properlybfredl2022-08-18
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* perf(highlight): use binary search to lookup RGB color namesbfredl2022-06-23
* perf(highlight): allocate permanent names in an arena for fun and cache localitybfredl2022-06-21
* refactor: remove atrocious HL_TABLE()[idx] syntax before I poke my eyes outbfredl2022-06-21
* refactor(highlight): get rid of syn_unadd_group()bfredl2022-06-21
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* perf(highlight): get rid of local memory allocations for "{key}={arg}"bfredl2022-06-21
* fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott2022-06-03
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16