Initial commit.
This commit is contained in:
3
vim/snippets/ruby-machinist/bluep.snippet
Executable file
3
vim/snippets/ruby-machinist/bluep.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
${1:Model}.blueprint do
|
||||
${2}
|
||||
end
|
||||
1
vim/snippets/ruby-machinist/mm_ma.snippet
Executable file
1
vim/snippets/ruby-machinist/mm_ma.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:Model}.make
|
||||
1
vim/snippets/ruby-machinist/mmn.snippet
Executable file
1
vim/snippets/ruby-machinist/mmn.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:Model}.make(${2::symbol})
|
||||
1
vim/snippets/ruby-machinist/mp.snippet
Executable file
1
vim/snippets/ruby-machinist/mp.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:Model}.plan
|
||||
1
vim/snippets/ruby-machinist/mp_ma.snippet
Executable file
1
vim/snippets/ruby-machinist/mp_ma.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:Model}.plan
|
||||
1
vim/snippets/ruby-machinist/mpn.snippet
Executable file
1
vim/snippets/ruby-machinist/mpn.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:Model}.plan(${2::symbol})
|
||||
1
vim/snippets/ruby-machinist/plan.snippet
Executable file
1
vim/snippets/ruby-machinist/plan.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:Model}.plan
|
||||
3
vim/snippets/ruby-machinist/sham.snippet
Executable file
3
vim/snippets/ruby-machinist/sham.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
Sham.define do
|
||||
${1}
|
||||
end
|
||||
Reference in New Issue
Block a user