yasnippet-snippets/snippets/python-mode/list

7 lines
106 B
Plaintext
Raw Permalink Normal View History

2011-07-07 14:32:44 +02:00
# -*- mode: snippet -*-
# name: list
# key: li
# group : definitions
# --
[${1:el} for $1 in ${2:list}]
$0