[mini.base16] "Strong" TS style missing #455
-
Hi, I am not sure whether this is a bug or it is the expected formatting, but I prefer the way catppuccin displays in bold some words. thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello! I am not sure where There is |
Beta Was this translation helpful? Give feedback.
-
Hi! This is the same file using minicyan (bold is not shown): Finally, using minicyan patched (bold is ok): This is the code I added to mini.base16: In catppuccin there are several @text hl groups such as this that are not present in mini.base16. |
Beta Was this translation helpful? Give feedback.
I see now, thanks! 'mini.base16' only mildly interferes with tree-sitter, 'mini.hues' has more effect there. But both of them don't create
@text.strong
. I'll add it (hopefully, tomorrow).