diff options
Diffstat (limited to 'luasnip_snippets/json.json')
| -rw-r--r-- | luasnip_snippets/json.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/luasnip_snippets/json.json b/luasnip_snippets/json.json new file mode 100644 index 0000000..4a5438b --- /dev/null +++ b/luasnip_snippets/json.json @@ -0,0 +1,20 @@ +{ + "s": { + "prefix": "s", + "description": "String", + "body": "\"${1:key}\": \"${0:value}\",", + "luasnip": { + "priority": -50 + } + }, + "n": { + "prefix": "n", + "description": "Number", + "body": "\"${1:key}\": ${0:value}," + }, + "null": { + "prefix": "null", + "description": "Null", + "body": "\"${0:key}\": null," + } +} |
