mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-29 12:16:18 +08:00
Added mirah.
This commit is contained in:
parent
38630ff5eb
commit
cb7bdd553a
|
@ -235,6 +235,7 @@ let s:delimiterMap = {
|
|||
\ 'matlab': { 'left': '%' },
|
||||
\ 'mel': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'mib': { 'left': '--' },
|
||||
\ 'mirah': {'left': '#'},
|
||||
\ 'mkd': { 'left': '>' },
|
||||
\ 'mma': { 'left': '(*', 'right': '*)' },
|
||||
\ 'model': { 'left': '$', 'right': '$' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user