le nom de la table en majuscule
This commit is contained in:
parent
f7d2c37043
commit
45e12523c3
1 changed files with 17 additions and 5 deletions
|
@ -1,12 +1,24 @@
|
|||
{
|
||||
"xm": {
|
||||
"prefix": "xm",
|
||||
"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>",
|
||||
"description": "Vuex Mutation Type"
|
||||
"b": {
|
||||
"prefix": "b",
|
||||
"body": [
|
||||
"<BOUCLE_${1:nom}(${2/(.*)/${1:/upcase}/g}){${3:critere}}${4}>",
|
||||
"$0",
|
||||
"</BOUCLE_$1>"
|
||||
],
|
||||
"description": "SPIP <BOUCLE_>"
|
||||
},
|
||||
"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_>"
|
||||
},
|
||||
"id_rub": {
|
||||
|
|
Loading…
Add table
Reference in a new issue