mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Change delimiters of CUDA to match the defaults of C/C++
This commit is contained in:
committed by
Caleb Maclennan
parent
8228c7b0a7
commit
50f307bbf6
@@ -133,7 +133,7 @@ let s:delimiterMap = {
|
||||
\ 'csp': { 'left': '--' },
|
||||
\ 'cterm': { 'left': '*' },
|
||||
\ 'cucumber': { 'left': '#' },
|
||||
\ 'cuda': { 'left': '/*', 'right': '*/', 'leftAlt': '//' },
|
||||
\ 'cuda': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'cvs': { 'left': 'CVS:' },
|
||||
\ 'cython': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
||||
Reference in New Issue
Block a user