Fix issue 163.

This commit is contained in:
capitaomorte 2011-05-07 19:52:56 +00:00
parent 98eef1e6f8
commit 2199257e24

View File

@ -556,7 +556,7 @@ snippet itself contains a condition that returns the symbol
"A list of mode which is well known but not part of emacs.") "A list of mode which is well known but not part of emacs.")
(defvar yas/escaped-characters (defvar yas/escaped-characters
'(?\\ ?` ?' ?$ ?} ?\( ?\)) '(?\\ ?` ?' ?$ ?} ?{ ?\( ?\))
"List of characters which *might* need to be escaped.") "List of characters which *might* need to be escaped.")
(defconst yas/field-regexp (defconst yas/field-regexp