diff options
Diffstat (limited to 'luasnip_snippets/rst.json')
| -rw-r--r-- | luasnip_snippets/rst.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/luasnip_snippets/rst.json b/luasnip_snippets/rst.json new file mode 100644 index 0000000..2d91acd --- /dev/null +++ b/luasnip_snippets/rst.json @@ -0,0 +1,11 @@ +{ + "fnt": { + "prefix": "fnt", + "description": "Footnote or Citation", + "body": [ + "[${1:Label}]_ $0", + "", + ".. [$1] ${2:Reference}" + ] + } +} |
