mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Fix issue 163.
This commit is contained in:
parent
98eef1e6f8
commit
2199257e24
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user