mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
10 lines
282 B
Plaintext
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)
|