mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-17 06:53:03 +00:00
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# -*- mode: snippet -*-
|
||
# contributor: Translated from TextMate Snippet
|
||
# name: Insert ERb’s <% .. %> or <%= .. %>
|
||
# binding: "^>"
|
||
# --
|
||
<%= `yas/selected-text`$0 %> |