diff options
Diffstat (limited to 'luasnip_snippets/rust.json')
| -rw-r--r-- | luasnip_snippets/rust.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/luasnip_snippets/rust.json b/luasnip_snippets/rust.json new file mode 100644 index 0000000..dc2d111 --- /dev/null +++ b/luasnip_snippets/rust.json @@ -0,0 +1,16 @@ +{ + ".it": { + "prefix": ".it", + "description": ".iter()", + "body": ".iter()$0" + }, + "impl": { + "prefix": "impl", + "description": "Struct/Trait implementation", + "body": [ + "impl$4 ${1:Type/Trait}${2: for ${3:Type}}${4:<${5:T}>} {", + "\t$0", + "\\}" + ] + } +} |
