Corrects formatting of snippets

Signed-off-by: Rene Vergara <rene.a.vergara@gmail.com>
This commit is contained in:
Rene Vergara 2013-05-26 15:48:58 -05:00
parent 91bc8d43e2
commit 2a1a32031d
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
snippet online "Online resource" b
@Online{${1:name},
@online{${1:name},
author={${2:author}},
title={${3:title}},
date={${4:date}},
@ -9,7 +9,7 @@ $0
endsnippet
snippet article "Article reference" b
@Article{${1:name},
@article{${1:name},
author={${2:author}},
title={${3:title}},
journaltitle={${4:journal}},
@ -35,7 +35,7 @@ $0
endsnippet
snippet inb "In Book reference" b
@Inbook{${1:name},
@inbook{${1:name},
author={${2:author}},
title={${3:title}},
subtitle={${4:subtitle}},

View File

@ -1,6 +1,6 @@
snippet t "Transaction" b
${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:*} ${5:Payee}
${6:Expenses} \$${7:0.00}
${6:Expenses} \$${7:0.00}
${8:Assets:Checking}
$0
endsnippet