Sublime Forum

Highlight "if" or any other { } paragraph

#1

Hi, is there any way to better Highlight “if” paragraph I am currently in?

for example

if ($first_if == 1){
//Highlight 1

if($second_if ==2 ){
//Highlight 2
}
}

Currently it does do it but with just making “{” and “}” with underline. anyway to make it more obvious?

Thanks in advance.

0 Likes