mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add Nagios config file support
This commit is contained in:
@@ -253,6 +253,7 @@ let s:delimiterMap = {
|
||||
\ 'monk': { 'left': ';' },
|
||||
\ 'mush': { 'left': '#' },
|
||||
\ 'mustache': { 'left': '{{!', 'right': '}}' },
|
||||
\ 'nagios': { 'left': ';' },
|
||||
\ 'named': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'nasm': { 'left': ';' },
|
||||
\ 'nastran': { 'left': '$' },
|
||||
|
||||
Reference in New Issue
Block a user