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
Post a Comment