mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00

setup.el, delete the # => snippet) * Tweaked some ruby snippets * Disabled bindings for some TextMate text-mode snippets
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Embedded Code — #{…}
|
|
# binding: "#"
|
|
# condition: (yas/ruby-in-interpolated-string-p)
|
|
# expand-env: ((yas/wrap-around-region t))
|
|
# --
|
|
#{$0} |