summaryrefslogtreecommitdiff
path: root/luasnip_snippets/matlab.json
blob: 438740f4522acbf17655be1a425e3e1a87d8234a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "switch": {
    "prefix": "switch",
    "description": "switch ... otherwise",
    "body": [
      "switch ${1:n}",
      "\tcase ${2:0}",
      "\t\t$3${4:",
      "\totherwise",
      "\t\t$5}",
      "end"
    ],
    "luasnip": {
      "priority": -50
    }
  }
}