mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Restore backquotes lost in rst -> org translation
* doc/snippet-development.org: Re-add lost `s.
This commit is contained in:
parent
8ced5c7f1d
commit
f1760272e0
@ -182,14 +182,14 @@ to TextMate's.
|
|||||||
** Plain Text
|
** Plain Text
|
||||||
|
|
||||||
Arbitrary text can be included as the content of a template. They are
|
Arbitrary text can be included as the content of a template. They are
|
||||||
usually interpreted as plain text, except =$= and ==. You need to
|
usually interpreted as plain text, except =$= and =`=. You need to
|
||||||
use \` to escape them: =\$= and =\=. The \` itself may also needed to be
|
use =\= to escape them: =\$= and =\`=. The =\= itself may also needed to be
|
||||||
escaped as =\\= sometimes.
|
escaped as =\\= sometimes.
|
||||||
|
|
||||||
** Embedded Emacs-lisp code
|
** Embedded Emacs-lisp code
|
||||||
|
|
||||||
Emacs-Lisp code can be embedded inside the template, written inside
|
Emacs-Lisp code can be embedded inside the template, written inside
|
||||||
back-quotes (==). The lisp forms are evaluated when the snippet is
|
back-quotes (=`=). The lisp forms are evaluated when the snippet is
|
||||||
being expanded. The evaluation is done in the same buffer as the
|
being expanded. The evaluation is done in the same buffer as the
|
||||||
snippet being expanded.
|
snippet being expanded.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user