le nom de la table en majuscule

This commit is contained in:
Christophe 2019-06-14 10:06:30 +02:00
parent f7d2c37043
commit 45e12523c3

View file

@ -1,12 +1,24 @@
{ {
"xm": { "b": {
"prefix": "xm", "prefix": "b",
"body": "endsnippet\n\nsnippet b \"SPIP <BOUCLE_>\"\n`!p t[2] = t[2].upper()`<BOUCLE_${1:nom}(${2:ARTICLES}){${3:critere}}${4}>\n\t$0\n</BOUCLE_$1>", "body": [
"description": "Vuex Mutation Type" "<BOUCLE_${1:nom}(${2/(.*)/${1:/upcase}/g}){${3:critere}}${4}>",
"$0",
"</BOUCLE_$1>"
],
"description": "SPIP <BOUCLE_>"
}, },
"bb": { "bb": {
"prefix": "bb", "prefix": "bb",
"body": "<B_$1>\n\t${5}\n<BOUCLE_${1:nom}(${2:/upcase/ARTICLES}){${3:critere}}${4}>\n\t$0\n</BOUCLE_$1>\n\t${6}\n</B_$1>", "body": [
"<B_$1>",
"${5}",
"<BOUCLE_${1:nom}(${2/(.*)/${1:/upcase}/g}){${3:critere}}${4}>",
"$0",
"</BOUCLE_$1>",
"${6}",
"</B_$1>"
],
"description": "SPIP <B_>" "description": "SPIP <B_>"
}, },
"id_rub": { "id_rub": {