removed empty lines between snippets
This commit is contained in:
parent
ac285bbb29
commit
f15d9faa31
@ -1,13 +1,11 @@
|
|||||||
# xml declaration
|
# xml declaration
|
||||||
snippet xml
|
snippet xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
# tag
|
# tag
|
||||||
snippet t
|
snippet t
|
||||||
<${1:}>
|
<${1:}>
|
||||||
${2}
|
${2}
|
||||||
</$1>
|
</$1>
|
||||||
|
|
||||||
# inline tag
|
# inline tag
|
||||||
snippet ti
|
snippet ti
|
||||||
<${1:}>${2}</$1>
|
<${1:}>${2}</$1>
|
||||||
|
Loading…
Reference in New Issue
Block a user