mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 18:03:46 -05:00
add support for Nimrod
This commit is contained in:
@@ -249,6 +249,7 @@ let s:delimiterMap = {
|
||||
\ 'natural': { 'left': '/*' },
|
||||
\ 'ncf': { 'left': ';' },
|
||||
\ 'newlisp': { 'left': ';' },
|
||||
\ 'nimrod': { 'left': '#' },
|
||||
\ 'nroff': { 'left': '\"' },
|
||||
\ 'nsis': { 'left': '#' },
|
||||
\ 'ntp': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user