mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add misc ruby snippets
This commit is contained in:
7
snippets/ruby-mode/misc/atr
Normal file
7
snippets/ruby-mode/misc/atr
Normal file
@@ -0,0 +1,7 @@
|
||||
# name: attributes(:name => :name, :market_name => "")
|
||||
# key: atr
|
||||
# --
|
||||
attributes(
|
||||
:name => :${1:name},
|
||||
:market_name => "$0"
|
||||
)
|
||||
Reference in New Issue
Block a user