* 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:
capitaomorte
2009-11-17 17:34:55 +00:00
parent 626a8be41f
commit 3d0262d67f
7 changed files with 82 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# type: command
# key: mind
# contributor: Translated from TextMate Snippet
# name: Add / Remove Named Index
## condition: "meta.rails.migration - meta.rails.migration.create_table - meta.rails.migration.change_table"
# --