hello,
erlang-mode doesn't do paren-matching correctly if there is a $-paren in a
string);
"{x=${abc}}" %% these parens don't match, according to erlang-mode
problem is that ${ is seen as a char (which is right for erlang code);
{${} %% these parens do match
i think that behavior is wrong inside a string.
anyone have a fix?
mats