mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-29 12:16:18 +08:00
Merge pull request #97 from johntyree/patch-1
Update plugin/NERD_commenter.vim
This commit is contained in:
commit
6983efa244
|
@ -115,6 +115,7 @@ let s:delimiterMap = {
|
|||
\ 'coffee': { 'left': '#' },
|
||||
\ 'conkyrc': { 'left': '#' },
|
||||
\ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'cuda': { 'left': '/*','right': '*/', 'leftAlt': '//' },
|
||||
\ 'crontab': { 'left': '#' },
|
||||
\ 'cs': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'csp': { 'left': '--' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user