summaryrefslogtreecommitdiff
path: root/.config/vim/UltiSnips/xml.snippets
blob: 5d386466554b708b4f57c80fb38588ad384945fa (plain)
1
2
3
4
5
6
7
snippet source "source" b
<source>$1</source>
endsnippet

snippet target "target" b
<target>$1</target>
endsnippet