mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 00:14:18 +00:00
a little bit more work done
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# type: command
|
||||
# key: mtab
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Change / Change Table
|
||||
# condition: (yas/rails-intelligent-migration-snippet-condition-p)
|
||||
# --
|
||||
(yas/rails-intelligent-migration-snippet :change_change_table)
|
||||
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# type: command
|
||||
# key: mtab
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Create / Drop Table
|
||||
# condition: (yas/rails-intelligent-migration-snippet-condition-p)
|
||||
# --
|
||||
(yas/rails-intelligent-migration-snippet :add_remove_column)
|
||||
8
extras/imported/rails-mode/Tables/Rename Table.yasnippet
Normal file
8
extras/imported/rails-mode/Tables/Rename Table.yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# type: command
|
||||
# key: mtab
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Rename / Rename Table
|
||||
# condition: (yas/rails-intelligent-migration-snippet-condition-p)
|
||||
# --
|
||||
(yas/rails-intelligent-migration-snippet :rename_table)
|
||||
Reference in New Issue
Block a user