HackermanDan

Results 10 comments of HackermanDan

currently, there is no way for me to highlight a line and then also highlight a sentence again within the line. because you can say like `hl:2|"this is a sentence"`...

huh if I use `php File:functions.lib.php imp:"checks if contains ::" hl:4,5,//#` it doesnt do the additional highlight for the text within imp like in your example ![image](https://github.com/mugiwara85/CodeblockCustomizer/assets/106969204/7111090e-c752-4387-b112-17bcef6da4b2)

ah wait is imp a defined alternative highlight color in your example?

how do I use the same alternative highlight multiple times for different sentence instances in the same codeblock? ![image](https://github.com/mugiwara85/CodeblockCustomizer/assets/106969204/943cf5bb-ac41-4949-a2d2-59b01c3b9a53) so like if I wanted to highlight also my comment in...

huh weird, I can't get it to work using imp:"text1","text2" ![image](https://github.com/mugiwara85/CodeblockCustomizer/assets/106969204/750a595f-4028-4a59-9e32-f999881d29ea)

> for now my workaround is to create many alternative highlights and just reference a different one each time in the code block which works ah i see it has...

hi @mugiwara85 I'm having some difficulties when it's a big codeblock, the header appears to be limited by the length of the screen? i.e. the work around I was using,...

I'm imagining using a character combination of sorts, that anything between is highlighted. like if you put ~ ~ or something