Add cython and pyrex python dialects

Closes #199
This commit is contained in:
Caleb Maclennan 2016-05-24 10:40:17 +03:00
parent 9b86e000f2
commit 887232b8fe
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -126,6 +126,7 @@ let s:delimiterMap = {
\ 'csp': { 'left': '--' },
\ 'cterm': { 'left': '*' },
\ 'cucumber': { 'left': '#' },
\ 'cython': { 'left': '# ', 'leftAlt': '#' },
\ 'cvs': { 'left': 'CVS:' },
\ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'dcl': { 'left': '$!' },
@ -323,6 +324,7 @@ let s:delimiterMap = {
\ 'psf': { 'left': '#' },
\ 'ptcap': { 'left': '#' },
\ 'puppet': { 'left': '#' },
\ 'pyrex': { 'left': '# ', 'leftAlt': '#' },
\ 'python': { 'left': '# ', 'leftAlt': '#' },
\ 'racket': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' },
\ 'radiance': { 'left': '#' },