mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-06 07:38:19 +00:00
b3b3c12749
* Some manual tweaking will be needed
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
# -*- mode: snippet -*-
|
||
# contributor: Translated from TextMate Snippet
|
||
# name: Insert ERb’s <% .. %> or <%= .. %>
|
||
# expand-env: ((yas/wrap-around-region t))
|
||
## binding: "C-c <"
|
||
## condition: "text.html, source.yaml, meta.erb"
|
||
# --
|
||
<%= $0 %> |