diff options
Diffstat (limited to 'luasnip_snippets/xml.json')
| -rw-r--r-- | luasnip_snippets/xml.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/luasnip_snippets/xml.json b/luasnip_snippets/xml.json new file mode 100644 index 0000000..aac9340 --- /dev/null +++ b/luasnip_snippets/xml.json @@ -0,0 +1,13 @@ +{ + "xml": { + "prefix": "xml", + "description": "XML declaration", + "body": [ + "<?xml version=\"1.0\"?>", + "" + ], + "luasnip": { + "priority": -50 + } + } +} |
