removed empty lines between snippets

This commit is contained in:
Derek Morey 2015-12-02 11:39:04 -05:00
parent ac285bbb29
commit f15d9faa31

View File

@ -1,13 +1,11 @@
# xml declaration
snippet xml
<?xml version="1.0" encoding="UTF-8"?>
# tag
snippet t
<${1:}>
${2}
</$1>
# inline tag
snippet ti
<${1:}>${2}</$1>