Keep snippet vars definitions in a single format across all snippets and documentation.

The format is:

# var-name: value

Previously snippets used a mixture of the following formatting:

#var-name: value
#var-name : value
# var-name: value
# var-name : value
This commit is contained in:
Jim Myhrberg
2011-11-03 20:51:31 +00:00
parent acf84b2fe4
commit 09cc3eec21
533 changed files with 1180 additions and 1180 deletions

View File

@@ -142,8 +142,8 @@ valid filename, ``lt.yasnippet`` for example, using ``<`` for the
.. sourcecode:: text
#key: <
#name: <...></...>
# key: <
# name: <...></...>
# --
<${1:div}>$0</$1>

View File

@@ -81,8 +81,8 @@ Here's a typical example:
.. sourcecode:: text
#contributor : pluskid <pluskid@gmail.com>
#name : __...__
# contributor: pluskid <pluskid@gmail.com>
# name: __...__
# --
__${init}__
@@ -151,7 +151,7 @@ your hard work. You can then use:
.. sourcecode:: text
# name : ASCII home
# name: ASCII home
# expand-env: ((yas/indent-line 'fixed) (yas/wrap-around-region 'nil))
# --
welcome to my
@@ -180,8 +180,8 @@ snippet.
.. sourcecode:: text
#name : <p>...</p>
#binding: C-c C-c C-m
# name: <p>...</p>
# binding: C-c C-c C-m
# --
<p>`(when yas/prefix "\n")`$0`(when yas/prefix "\n")`</p>