From c95b6bc881c1701fa877872ebdf61b1bbd63cfd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adejair=20J=C3=BAnior?= Date: Fri, 26 Jun 2015 19:36:18 -0300 Subject: [PATCH] Add snnipte multiple commentary --- snippets/language-ruby-on-rails.cson | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/language-ruby-on-rails.cson b/snippets/language-ruby-on-rails.cson index 5ed338c..a895b20 100644 --- a/snippets/language-ruby-on-rails.cson +++ b/snippets/language-ruby-on-rails.cson @@ -38,6 +38,9 @@ 'Table column timestamp': 'prefix': 'tcts' 'body': 't.timestamp :${1:title}\n$0' + 'Table column comments': + 'prefix' 'multiple_comments' + 'body':'=begin\n ${0:your commentary}\n=end' 'Table column timestamps': 'prefix': 'tctss' 'body': 't.timestamps\n$0'