diff --git a/snippets/snippets.json b/snippets/snippets.json index b6de5af..19c8ee2 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -1,12 +1,24 @@ { - "xm": { - "prefix": "xm", - "body": "endsnippet\n\nsnippet b \"SPIP \"\n`!p t[2] = t[2].upper()`\n\t$0\n", - "description": "Vuex Mutation Type" + "b": { + "prefix": "b", + "body": [ + "", + "$0", + "" + ], + "description": "SPIP " }, "bb": { "prefix": "bb", - "body": "\n\t${5}\n\n\t$0\n\n\t${6}\n", + "body": [ + "", + "${5}", + "", + "$0", + "", + "${6}", + "" + ], "description": "SPIP " }, "id_rub": {