Skip to content

Instantly share code, notes, and snippets.

@Zlatov
Last active June 4, 2016 08:34
Show Gist options
  • Select an option

  • Save Zlatov/4308dcc4daa61241a359ea507e2b0cac to your computer and use it in GitHub Desktop.

Select an option

Save Zlatov/4308dcc4daa61241a359ea507e2b0cac to your computer and use it in GitHub Desktop.

Revisions

  1. Zlatov revised this gist Jun 4, 2016. No changes.
  2. Zlatov created this gist Apr 23, 2016.
    9 changes: 9 additions & 0 deletions echo.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    <snippet>
    <content><![CDATA[
    <?= ${1:} ?>
    ]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>??</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <!-- <scope>source.python</scope> -->
    </snippet>