mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 04:33:47 -05:00
added idris field to delimiterMap
This commit is contained in:
@@ -198,6 +198,7 @@ let s:delimiterMap = {
|
||||
\ 'icon': { 'left': '#' },
|
||||
\ 'idlang': { 'left': ';' },
|
||||
\ 'idl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'idris': { 'leftAlt': '--', 'left': '{-', 'right': '-}' },
|
||||
\ 'inform': { 'left': '!' },
|
||||
\ 'inittab': { 'left': '#' },
|
||||
\ 'ishd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
||||
Reference in New Issue
Block a user