Custom HTML placeholder matcher
Grab all placeholder "tags" that are alphanumeric with optional underscores. In this example my placeholders are double curly braces e.g. {{MY_VARIABLE_NAME}}.
Change out the braces for whichever symbol/character you are using or add/remove more.
E.g. [[MY_VARIABLE_NAME]] would be matched with \[\...
Submitted by John Cogan - 9 years ago