mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-01 14:06:32 +08:00
Added syntax for comments in Ruby.
This commit is contained in:
parent
5a9371437f
commit
1b78f253c2
|
@ -305,6 +305,7 @@ let s:delimiterMap = {
|
|||
\ 'rgb': { 'left': '!' },
|
||||
\ 'rib': { 'left': '#' },
|
||||
\ 'robots': { 'left': '#' },
|
||||
\ 'ruby': { 'left': '#' },
|
||||
\ 'sa': { 'left': '--' },
|
||||
\ 'samba': { 'left': ';', 'leftAlt': '#' },
|
||||
\ 'sass': { 'left': '//', 'leftAlt': '/*' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user