Skip to content

Commit

Permalink
Merge pull request #6 from neror/master
Browse files Browse the repository at this point in the history
Update some snippets whose tag names are deprecated in the new build system
  • Loading branch information
nelstrom committed Jun 25, 2011
2 parents fa310c7 + 91f3226 commit 52ac854
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions snippets/pml.snippets
Expand Up @@ -11,8 +11,8 @@ snippet chapter
</p> </p>


</chapter> </chapter>
snippet pref snippet ref
<pref linkend="${1}"/> <ref linkend="${1}"/>
snippet sec snippet sec
<sect${1:1}> <sect${1:1}>
<title>${2}</title> <title>${2}</title>
Expand Down Expand Up @@ -89,18 +89,18 @@ snippet hl
snippet img snippet img
<figure id="fig.${1}"> <figure id="fig.${1}">
<title>${2}</title> <title>${2}</title>
<imagedata fileref="${3:imagePath}" width="${4:natural}" scale="${5:1.0}" center="${6:yes}"/> <imagedata fileref="${3:imagePath}" align="${6:center}"/>
</figure> </figure>
snippet var snippet var
<variablename>${1:variableName}</variablename>${2} <variable>${1:variableName}</variable>${2}
snippet class snippet class
<classname>${1:className}</classname>${2} <class>${1:className}</class>${2}
snippet m snippet m
<methodname>${1:methodName}</methodname>${2} <methodname>${1:methodName}</methodname>${2}
snippet ma snippet ma
<methodname args="${2:}">${1:methodName}</methodname>${3} <methodname args="${2:}">${1:methodName}</methodname>${3}
snippet om snippet om
<objcmethodname>${1:methodName}</objcmethodname>${2} <objcmethod>${1:methodName}</objcmethod>${2}
snippet oma snippet oma
<objcmethodname args="${2:}">${1:methodName}</objcmethodname>${2} <objcmethodname args="${2:}">${1:methodName}</objcmethodname>${2}
snippet em snippet em
Expand Down

0 comments on commit 52ac854

Please sign in to comment.