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.json | 426 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 426 insertions(+) create mode 100644 luasnip_snippets/html.json (limited to 'luasnip_snippets/html.json') diff --git a/luasnip_snippets/html.json b/luasnip_snippets/html.json new file mode 100644 index 0000000..b8d3de7 --- /dev/null +++ b/luasnip_snippets/html.json @@ -0,0 +1,426 @@ +{ + "doctype": { + "prefix": "doctype", + "description": "HTML - 5.0 (doctype)", + "body": [ + "", + "" + ], + "luasnip": { + "priority": -50 + } + }, + "down": { + "prefix": "down", + "description": "Down (down)", + "body": "↓" + }, + "enter": { + "prefix": "enter", + "description": "Enter (enter)", + "body": "⌅" + }, + "escape": { + "prefix": "escape", + "description": "Escape (escape)", + "body": "⎋" + }, + "left": { + "prefix": "left", + "description": "Left (left)", + "body": "←" + }, + "return": { + "prefix": "return", + "description": "Return (return)", + "body": "↩" + }, + "right": { + "prefix": "right", + "description": "Right (right)", + "body": "→" + }, + "shift": { + "prefix": "shift", + "description": "Shift (shift)", + "body": "⇧" + }, + "tab": { + "prefix": "tab", + "description": "Tab (tab)", + "body": "⇥" + }, + "up": { + "prefix": "up", + "description": "Up (up)", + "body": "↑" + }, + "a": { + "prefix": "a", + "description": "Link", + "body": "${4:Anchor Text}" + }, + "abbr": { + "prefix": "abbr", + "description": "", + "body": "$1" + }, + "access": { + "prefix": "access", + "description": "accesskey global attribute", + "body": "accesskey=\"$1\"" + }, + "address": { + "prefix": "address", + "description": "
", + "body": "
$1
" + }, + "article": { + "prefix": "article", + "description": "
", + "body": [ + "
", + "\t${1:article content}", + "
" + ] + }, + "aside": { + "prefix": "aside", + "description": "