* Finished commiting Rob Christie's patches to the ruby snippets (add

setup.el, delete the # => snippet)

* Tweaked some ruby snippets

* Disabled bindings for some TextMate text-mode snippets
This commit is contained in:
capitaomorte
2009-10-15 14:08:17 +00:00
parent deb0755824
commit 57c150b42d
8 changed files with 47 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: Embedded Code — #{…}
## binding: "C-#"
## condition: "(string.quoted.double.ruby|string.interpolated.ruby) - string source"
# binding: "#"
# condition: (yas/ruby-in-interpolated-string-p)
# expand-env: ((yas/wrap-around-region t))
# --
{${1:`yas/selected-text`}}
#{$0}