Merge pull request #151 from jean/master

Make the default text for RST more descriptive.
This commit is contained in:
Honza Pokorny 2012-11-11 05:04:33 -08:00
commit d734f6eb02

View File

@ -1,14 +1,14 @@
# rst
snippet :
:${1:Text}: ${2:blah blah}
:${1:field name}: ${2:field body}
snippet *
*${1:Emphasis}*
snippet **
**${1:Strong emphasis}**
snippet _
\`${1:Text}\`_
.. _\`$1\`: ${2:blah blah}
\`${1:hyperlink-name}\`_
.. _\`$1\`: ${2:link-block}
snippet =
${1:Title}
=====${2:=}