mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
Merge pull request #207 from neingeist/master
Add Nagios config file support
This commit is contained in:
@@ -267,6 +267,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