From f1eabbaa1b4ff1836d0ee8335b31d009203f3775 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Tue, 30 Aug 2022 16:06:22 +0100 Subject: fixed zathura integration with texlab using nvim-texlabconfig --- luasnip_snippets/matlab.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 luasnip_snippets/matlab.json (limited to 'luasnip_snippets/matlab.json') diff --git a/luasnip_snippets/matlab.json b/luasnip_snippets/matlab.json new file mode 100644 index 0000000..438740f --- /dev/null +++ b/luasnip_snippets/matlab.json @@ -0,0 +1,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 + } + } +} -- cgit v1.2.3