unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/python-mode/list
2016-02-18 14:53:30 +01:00

7 lines
106 B
Plaintext

# -*- mode: snippet -*-
# name: list
# key: li
# group : definitions
# --
[${1:el} for $1 in ${2:list}]
$0