init
This commit is contained in:
8
snippets/hy-mode/if
Normal file
8
snippets/hy-mode/if
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if
|
||||
# key: if
|
||||
# binding: direct-keybinding
|
||||
# --
|
||||
(if ${1:condition}
|
||||
${2:result-true}
|
||||
${3:result-false})
|
||||
Reference in New Issue
Block a user