mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 02:14:17 +00:00
* 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:
@@ -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 ?>
|
||||
Reference in New Issue
Block a user