aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-16 16:42:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-16 16:42:53 +1200
commitfbc9f0d7953536a5705ae4f1e71f63981523f40f (patch)
treea2adee246b9c06ef93ab48586732a55f1f238a64
parentHTTPS version of site (diff)
parentadd can_submit_commands, host_notifications_enabled, service_notifications_en... (diff)
downloadvim-nagios-fbc9f0d7953536a5705ae4f1e71f63981523f40f.tar.gz
vim-nagios-fbc9f0d7953536a5705ae4f1e71f63981523f40f.zip
Merge pull request #1 from thehunmonkgroup/master
add 3.x directives
-rw-r--r--syntax/nagios.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/nagios.vim b/syntax/nagios.vim
index 650b1a4..9aee39e 100644
--- a/syntax/nagios.vim
+++ b/syntax/nagios.vim
@@ -82,6 +82,7 @@ syn keyword nagiosDirective contained service_notification_period stalking_optio
syn keyword nagiosDirective contained sunday thursday timeperiod_name tuesday wednesday
syn keyword nagiosDirective contained icon_image icon_image_alt vrml_image statusmap_image
syn keyword nagiosDirective contained notes notes_url 2d_coords 3d_coords obsess_over_host inherits_parent
+syn keyword nagiosDirective contained can_submit_commands host_notifications_enabled service_notifications_enabled
hi link nagiosComment Comment
hi link nagiosLineComment Comment