You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: separate code border highlight, allow false value
## Details
Adds new `code.highlight_border` option which by default links to the
general `RenderMarkdownCode` highlight to avoid visible changes.
This value is used for both `thick` and `thin` borders as well as for
the background of the language name / icon section. The value is also
allowed to be a `boolean` (only a value of `false` makes sense but
`true` will have the same behavior as `false`). If set to a `boolean`
then no additional highlight is added for the language name / icon
section and bottom borders will have the same behavior as the `none`
value, i.e. they won't be rendered in any way.
Having `code.highlight_border = false` is the most equivalent to the
older behavior of `code.border = 'none'` which needed to be slightly
modified to accommodate more `border` values. Setting both of these is a
little redundant but up to the user.
- code border for different conceal settings [e724a49](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/e724a49dee315744d6f5d3c651ddd604cc7afc52)
20
+
- use builtin extends query in vim.treesitter.query.set for injections [c91fa46](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/c91fa46fc8d79f5577beac70a459f30ec17a60c2)
21
+
- completion filter for callouts and checkboxes [#380](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/380)
- account for indent when right aligning code language [125258a](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/125258ac5bccd21651505d78dbd6120906243749)
27
+
- support for code border for 0.11, disable conceal_lines highlights [#351](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/351)
0 commit comments