add a new snippet for rst-mode: excellent example for transformation.

This commit is contained in:
Zhang Chiyuan 2008-03-11 13:13:52 +00:00
parent e025556fdf
commit 07e9ce060b

View File

@ -105,7 +105,7 @@ mode will be listed under the menu \"yasnippet\".")
'(menu-item "--"))
(defvar yas/known-modes
'(ruby-mode)
'(ruby-mode rst-mode)
"A list of mode which is well known but not part of emacs.")
(defconst yas/escape-backslash
(concat "YASESCAPE" "BACKSLASH" "PROTECTGUARD"))