summaryrefslogtreecommitdiff
path: root/snippets/xml.snippets
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-08-30 16:06:22 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-08-30 16:06:22 +0100
commitf1eabbaa1b4ff1836d0ee8335b31d009203f3775 (patch)
treebbe77eacaef8ab8a5999e517c3006973c9e3e44c /snippets/xml.snippets
parent823302458ec6c53455a3f34674415c43ce6a3187 (diff)
fixed zathura integration with texlab using nvim-texlabconfig
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>
-