HackermanDan
HackermanDan
yeah that could work
hm for my usecase it is just for highlighting in one line
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 
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?  so like if I wanted to highlight also my comment in...
huh weird, I can't get it to work using imp:"text1","text2" 
> 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