mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: mtab
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Drop / Create Table
|
|
# condition: (yas/rails-intelligent-migration-snippet-condition-p)
|
|
# --
|
|
drop_table :${1:table}${2: [press tab twice to generate create_table]} |