mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
re-design snippets hierarchy
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#name : __...__
|
||||
# --
|
||||
__${init}__
|
||||
@@ -1,4 +0,0 @@
|
||||
#name : for ... in ... : ...
|
||||
# --
|
||||
for ${var} in ${collection}:
|
||||
$0
|
||||
@@ -1,4 +0,0 @@
|
||||
#name : if __name__ == '__main__': ...
|
||||
# --
|
||||
if __name__ == '__main__':
|
||||
$0
|
||||
@@ -1,4 +0,0 @@
|
||||
#name : while ... : ...
|
||||
# --
|
||||
while ${condition}:
|
||||
$0
|
||||
Reference in New Issue
Block a user