summaryrefslogtreecommitdiff
path: root/luasnip_snippets/xml.json
blob: aac93408b660e0b6a7b60c8530d9271a6e7ea95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "xml": {
    "prefix": "xml",
    "description": "XML declaration",
    "body": [
      "<?xml version=\"1.0\"?>",
      ""
    ],
    "luasnip": {
      "priority": -50
    }
  }
}