We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87e39d commit f5a4d89Copy full SHA for f5a4d89
AppleScript.sublime-completions
@@ -18,7 +18,7 @@
18
{ "trigger": "buttons:1", "contents": "buttons {\"${1:button}\"} " },
19
{ "trigger": "buttons:2", "contents": "buttons {\"${1:button1}\",\"${2:button2}\"} " },
20
{ "trigger": "buttons:3", "contents": "buttons {\"${1:button1}\",\"${2:button2}\",\"${3:button3}\"} " },
21
- { "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}\"} " },
22
{ "trigger": "cancel button name", "contents": "cancel button name \"${1:text}\"" },
23
{ "trigger": "cancel button", "contents": "cancel button \"${1:text}\"" },
24
{ "trigger": "choose application", "contents": "choose application" },
0 commit comments