mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-12-04 23:13:51 +08:00
Add ruby multiline comment tags
This commit is contained in:
parent
6549cfde45
commit
1b62184305
|
@ -316,7 +316,7 @@ let s:delimiterMap = {
|
|||
\ 'rib': { 'left': '#' },
|
||||
\ 'robots': { 'left': '#' },
|
||||
\ 'rspec': { 'left': '#' },
|
||||
\ 'ruby': { 'left': '#' },
|
||||
\ 'ruby': { 'left': '#', 'leftAlt': '=begin', 'rightAlt': '=end' },
|
||||
\ 'sa': { 'left': '--' },
|
||||
\ 'samba': { 'left': ';', 'leftAlt': '#' },
|
||||
\ 'sass': { 'left': '//', 'leftAlt': '/*' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user