neovim/runtime/queries
Justin M. Keyes 09d76afe84
feat(defaults): pretty :help headings #30544
Problem:
Headings in :help do not stand out visually.

Solution:
Define a non-standard `@markup.heading.1.delimiter` group and
special-case it in `highlight_group.c`.

FUTURE:
This is a cheap workaround until we have #25718 which will enable:
- fully driven by `vimdoc/highlights.scm` instead of using highlight
  tricks (`guibg=bg guifg=bg guisp=fg`)
- better support of "cterm" ('notermguicolors')
2024-09-27 08:53:30 -07:00
..
c fix(runtime): sync bundled treesitter queries 2024-07-28 16:13:11 +02:00
lua fix(runtime): sync bundled treesitter queries 2024-07-24 16:02:53 +02:00
markdown fix(runtime): sync bundled treesitter queries 2024-07-28 16:13:11 +02:00
markdown_inline fix(treesitter): sync queries from upstream 2024-09-12 13:41:15 +02:00
query fix(treesitter): sync queries from upstream 2024-09-12 13:41:15 +02:00
vim fix(treesitter): update queries 2024-05-05 23:22:11 +02:00
vimdoc feat(defaults): pretty :help headings #30544 2024-09-27 08:53:30 -07:00