mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-14 17:42:03 +00:00
* textmate_import imports macros just like commands (no body)
* imported the Rails macros, no adjustments * logic in rails-mode/.yas-setup.el supports the "intelligent" migration snippet
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# type: command
|
||||
# key: [press tab twice to generate create_table]
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Drop / Create Table (Second Half)
|
||||
## condition: "meta.rails.migration - meta.rails.migration.create_table - meta.rails.migration.change_table"
|
||||
# --
|
||||
Reference in New Issue
Block a user