Skip to content

Commit

Permalink
fix button count
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg authored Sep 12, 2016
1 parent c87e39d commit f5a4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppleScript.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{ "trigger": "buttons:1", "contents": "buttons {\"${1:button}\"} " },
{ "trigger": "buttons:2", "contents": "buttons {\"${1:button1}\",\"${2:button2}\"} " },
{ "trigger": "buttons:3", "contents": "buttons {\"${1:button1}\",\"${2:button2}\",\"${3:button3}\"} " },
{ "trigger": "buttons:4", "contents": "buttons {\"${1:button1}\",\"${2:button2}\",\"${3:button3}\",\"${4:button3}\"} " },
{ "trigger": "buttons:4", "contents": "buttons {\"${1:button1}\",\"${2:button2}\",\"${3:button3}\",\"${4:button4}\"} " },
{ "trigger": "cancel button name", "contents": "cancel button name \"${1:text}\"" },
{ "trigger": "cancel button", "contents": "cancel button \"${1:text}\"" },
{ "trigger": "choose application", "contents": "choose application" },
Expand Down

0 comments on commit f5a4d89

Please sign in to comment.