Highlighting subroutines in Notepad++
- by predatflaps
I would like to highlight the contents of IF statements in a slightly different colour from the background, so that I can see them more easily.
Is it possible in Notepad++?
it would be amazing to highlight all the nested subroutines in a function in slightly different light/dark colours depending on the scheme so that you can straightaway see the commands at a glance without spying out the curly brackets. not psychedelic colours, just slightly visible background colour difference. wouldn't it be great?
Function Foo(){
highlight one color
if(){highlight color2
for(){highlight color3
if (){hilghlight color4
}
}
}
}
}