Skip to content

Commit

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

0 comments on commit 123de44

Please sign in to comment.