mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-21 18:23:34 +08:00
added Coq support
This commit is contained in:
parent
6549cfde45
commit
f51a1b5d8d
@ -115,6 +115,7 @@ let s:delimiterMap = {
|
||||
\ 'coffee': { 'left': '#' },
|
||||
\ 'conkyrc': { 'left': '#' },
|
||||
\ 'context': { 'left': '%', 'leftAlt': '--' },
|
||||
\ 'coq': { 'left': '(*', 'right': '*)', 'leftAlt': '(*', 'rightAlt': '*)' },
|
||||
\ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'cuda': { 'left': '/*','right': '*/', 'leftAlt': '//' },
|
||||
\ 'crontab': { 'left': '#' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user