notepad++ - Highlighting delimiters without spaces before parentheses in user defined language -


i have problem custom syntax highlighting in notepad++.

i want display text in parentheses in different color. in view → user define dialogue i've defined custom language , set corresponding delimiters, "(" , ")".

however, problem notepad++ highlighting text between parentheses when there space before left parenthesis. example, in ^reg(ular)?$ (ular) not highlighted, in ^reg (ular)$ is.

is there way force notepad++ recognize delimiters without space before parentheses?

if add open parenthesis, "(", list of activated operators in user define [sic] language, content highlighted between opening , closing parentheses (which set delimiters).


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -