init
This commit is contained in:
8
snippets/applescript-mode/if
Normal file
8
snippets/applescript-mode/if
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if
|
||||
# --
|
||||
if $1 then
|
||||
$2
|
||||
else
|
||||
$0
|
||||
end if
|
||||
Reference in New Issue
Block a user