* Fix issue 91.

This commit is contained in:
capitaomorte 2009-09-02 17:13:12 +00:00
parent 371f68e860
commit 5fe5e127fd

View File

@ -510,7 +510,7 @@ Here's an example:
"A regexp to recognize a \"`lisp-expression`\" expression." ) "A regexp to recognize a \"`lisp-expression`\" expression." )
(defconst yas/transform-mirror-regexp (defconst yas/transform-mirror-regexp
"${\\(?:\\([0-9]+\\):\\)?$\\(([^}]*\\)" "${\\(?:\\([0-9]+\\):\\)?$\\([ \t\n]*([^}]*\\)"
"A regexp to *almost* recognize a mirror with a transform.") "A regexp to *almost* recognize a mirror with a transform.")
(defconst yas/simple-mirror-regexp (defconst yas/simple-mirror-regexp