diff --git a/src/assets/ton/tact/snippets.ts b/src/assets/ton/tact/snippets.ts index 47c77b4..48529e2 100644 --- a/src/assets/ton/tact/snippets.ts +++ b/src/assets/ton/tact/snippets.ts @@ -31,7 +31,7 @@ export const tactSnippets = [ }, { label: 'map', - code: 'map[${1:type1}]${2:type2};', + code: 'map<${1:type1}, ${2:type2}>;', description: 'mapping declaration', }, {