From 5fe5e127fdec91ec722729f7bd8ea120e0002750 Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Wed, 2 Sep 2009 17:13:12 +0000 Subject: [PATCH] * Fix issue 91. --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index a7ea209..c2a60c1 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -510,7 +510,7 @@ Here's an example: "A regexp to recognize a \"`lisp-expression`\" expression." ) (defconst yas/transform-mirror-regexp - "${\\(?:\\([0-9]+\\):\\)?$\\(([^}]*\\)" + "${\\(?:\\([0-9]+\\):\\)?$\\([ \t\n]*([^}]*\\)" "A regexp to *almost* recognize a mirror with a transform.") (defconst yas/simple-mirror-regexp