Skip to content

Commit

Permalink
Merge pull request #8 from jeanpierreb/patch-1
Browse files Browse the repository at this point in the history
Fix tab trigger for anticipate
  • Loading branch information
patricksamson committed Jan 7, 2016
2 parents 9dfe8c4 + ee4e59d commit c9d1553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/Console/Command-anticipate.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<content><![CDATA[
\$this->anticipate('${1:Message}');
]]></content>
<tabTrigger>Console::info</tabTrigger>
<tabTrigger>Console::anticipate</tabTrigger>
<scope>source.php</scope>
<description>Give the user options for repsonse</description>
</snippet>

0 comments on commit c9d1553

Please sign in to comment.