Closed gegoune closed 2 years ago
This is very difficult to implement perfectly.
BTW, We already highlight the current argument in markdown syntax. https://github.com/hrsh7th/cmp-nvim-lsp-signature-help/blob/main/lua/cmp_nvim_lsp_signature_help/init.lua#L102
Ah, true, did not notice as it looks very subtle on my colorscheme:
nordic.nvim
tokyonight.nvim
(in both cases middle argument is highlighted)
Which highlight group is used for this?
This is depending on the markdown syntax. I'm using ` as highlight.
okay thank you very much
This is depending on the markdown syntax. I'm using ` as highlight.
I think that uses markdownBold
I've improved the highlight. If your problem would be solved by this, feel free to close this.
It is better now, thank you @hrsh7th!
Hey, that's very promising, thanks! Do you think it's possible to highlight current argument so it's easier to find it?