correction d'un glitch de vim qui n'est pas compatible VSCodium

This commit is contained in:
clem 2020-01-19 17:38:12 +01:00
parent 5dacffd5bc
commit 331d00bdc2

View file

@ -1,12 +1,12 @@
{ {
"b": { "b": {
"prefix": "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_>" "description": "SPIP <BOUCLE_>"
}, },
"bb": { "bb": {
"prefix": "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_>" "description": "SPIP <B_>"
}, },
"icon": { "icon": {