mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-23 07:12:22 +08:00
parent
887232b8fe
commit
ef692d5a91
|
@ -341,7 +341,7 @@ let s:delimiterMap = {
|
|||
\ 'robots': { 'left': '#' },
|
||||
\ 'rspec': { 'left': '#' },
|
||||
\ 'ruby': { 'left': '#' },
|
||||
\ 'rust': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'rust': { 'left': '//', 'leftAlt': '///', 'rightAlt': '///' },
|
||||
\ 'sa': { 'left': '--' },
|
||||
\ 'samba': { 'left': ';', 'leftAlt': '#' },
|
||||
\ 'sass': { 'left': '//', 'leftAlt': '/*' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user