* 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
This commit is contained in:
capitaomorte
2009-11-02 18:08:20 +00:00
parent d6bf2427ea
commit 3d4d06df1d
7 changed files with 115 additions and 77 deletions

View File

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