Skip to content

Commit

Permalink
Merge pull request #37 from panthomakos/master
Browse files Browse the repository at this point in the history
Add syntax for comments in Ruby
  • Loading branch information
scrooloose committed Dec 14, 2011
2 parents 63bf381 + 1b78f25 commit 0fe4938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ let s:delimiterMap = {
\ 'rgb': { 'left': '!' },
\ 'rib': { 'left': '#' },
\ 'robots': { 'left': '#' },
\ 'ruby': { 'left': '#' },
\ 'sa': { 'left': '--' },
\ 'samba': { 'left': ';', 'leftAlt': '#' },
\ 'sass': { 'left': '//', 'leftAlt': '/*' },
Expand Down

0 comments on commit 0fe4938

Please sign in to comment.