Telling the editor that something else is a paren?
Does anyone know how you can tell the editor that something other than "(" is a paren? I would like something like character syntax in Emacs, but perhaps slightly more general, because my delimiter is more than one character. To be really specific, I have things like #["format-control" arg ...] which expand at read time to docstrings (and do various other things), and I'd like it to know that #[ is an open paren (or maybe just [ is an open paren) & ] is a closed one) Thanks --tim