yasnippet/extras/imported/rails-mode/ERb Templates/Make Selection in to Partial.yasnippet

10 lines
282 B
Plaintext

# -*- mode: snippet -*-
# type: command
# contributor: Translated from TextMate Snippet
# name: Create Partial From Selection
## binding: "^H"
## condition: "source.ruby.rails, text.html.ruby, text.haml"
# condition: mark-active
# --
(call-interactively 'yas/rails-extract-partial)