5 lines
91 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: dict
# key: dict
# --
${1:dict} = [${2:key} : ${3:value}$0]