correction d'un glitch de vim qui n'est pas compatible VSCodium
This commit is contained in:
parent
5dacffd5bc
commit
331d00bdc2
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"b": {
|
||||
"prefix": "b",
|
||||
"body": "`!p t[2] = t[2].upper()`<BOUCLE_${1:nom}(${2:ARTICLES}){${3:critere}}${4}>\n\t$0\n</BOUCLE_$1>",
|
||||
"body": "<BOUCLE_${1:nom}(${2:ARTICLES}){${3:critere}}${4}>\n\t$0\n</BOUCLE_$1>",
|
||||
"description": "SPIP <BOUCLE_>"
|
||||
},
|
||||
"bb": {
|
||||
"prefix": "bb",
|
||||
"body": "`!p t[2] = t[2].upper()`<B_$1>\n\t${5}\n<BOUCLE_${1:nom}(${2:ARTICLES}){${3:critere}}${4}>\n\t$0\n</BOUCLE_$1>\n\t${6}\n</B_$1>",
|
||||
"body": "<B_$1>\n\t${5}\n<BOUCLE_${1:nom}(${2:ARTICLES}){${3:critere}}${4}>\n\t$0\n</BOUCLE_$1>\n\t${6}\n</B_$1>",
|
||||
"description": "SPIP <B_>"
|
||||
},
|
||||
"icon": {
|
||||
|
|
Loading…
Add table
Reference in a new issue