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/html_minimal.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 luasnip_snippets/html_minimal.json (limited to 'luasnip_snippets/html_minimal.json') diff --git a/luasnip_snippets/html_minimal.json b/luasnip_snippets/html_minimal.json new file mode 100644 index 0000000..aacf551 --- /dev/null +++ b/luasnip_snippets/html_minimal.json @@ -0,0 +1,36 @@ +{ + "id": { + "prefix": "id", + "body": "id=\"$1\"$2", + "luasnip": { + "priority": -49 + } + }, + "idn": { + "prefix": "idn", + "body": "id=\"$1\" name=\"${2:$1}\"" + }, + "label_and_input": { + "prefix": "label_and_input", + "body": [ + "", + "$8" + ] + }, + "input": { + "prefix": "input", + "body": "$7" + }, + "submit": { + "prefix": "submit", + "body": "$7" + }, + "textarea": { + "prefix": "textarea", + "body": "" + }, + "img": { + "prefix": "img", + "body": "\"$3\"}/" + } +} -- cgit v1.2.3