Change delimiters of CUDA to match the defaults of C/C++

This commit is contained in:
horst5000
2019-09-20 07:52:44 +02:00
committed by Caleb Maclennan
parent 8228c7b0a7
commit 50f307bbf6

View File

@@ -133,7 +133,7 @@ let s:delimiterMap = {
\ 'csp': { 'left': '--' }, \ 'csp': { 'left': '--' },
\ 'cterm': { 'left': '*' }, \ 'cterm': { 'left': '*' },
\ 'cucumber': { 'left': '#' }, \ 'cucumber': { 'left': '#' },
\ 'cuda': { 'left': '/*', 'right': '*/', 'leftAlt': '//' }, \ 'cuda': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'cvs': { 'left': 'CVS:' }, \ 'cvs': { 'left': 'CVS:' },
\ 'cython': { 'left': '# ', 'leftAlt': '#' }, \ 'cython': { 'left': '# ', 'leftAlt': '#' },
\ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },