summaryrefslogtreecommitdiff
path: root/luasnip_snippets/haskell.json
blob: f9cfd480db2309356b3db82fd58e471dad23cc5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "imp": {
    "prefix": "imp",
    "description": "Simple import",
    "body": "import ${1:${2:Data}.${0:Text}}",
    "luasnip": {
      "priority": -50
    }
  },
  "imp2": {
    "prefix": "imp2",
    "description": "Selective import",
    "body": "import ${1:${2:Data}.${3:Text}} ($4)$0"
  }
}