yasnippet/extras/imported/html-mode/Wrap in qmark=.yasnippet
capitaomorte 3d4d06df1d * Working on the html-bundle. Major work done, details missing...
* Fixed an aesthetic describe-key bug.
* A serious "kill-line from snippet field" bug lurks somewhere
2009-11-02 18:08:20 +00:00

7 lines
189 B
Plaintext

# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: Wrap in <?= … ?>
# expand-env: ((yas/wrap-around-region t))
## condition: "text.html string"
# --
<?= $0 ?>