summaryrefslogtreecommitdiff
path: root/snippets/xml.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/xml.snippets')
-rw-r--r--snippets/xml.snippets12
1 files changed, 0 insertions, 12 deletions
diff --git a/snippets/xml.snippets b/snippets/xml.snippets
deleted file mode 100644
index 0ab346b..0000000
--- a/snippets/xml.snippets
+++ /dev/null
@@ -1,12 +0,0 @@
-# xml declaration
-snippet xml
- <?xml version="1.0" encoding="UTF-8"?>
-# tag
-snippet t
- <${1:}>
- ${2}
- </$1>
-# inline tag
-snippet ti
- <${1:}>${2}</$1>
-