This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: Monit control file | |
" Maintainer: Sam Nguyen | |
" Latest Revision: 6 August 2010 | |
if exists("b:current_syntax") | |
finish | |
endif | |
syn keyword monitCommand set check include |