" Vim syntax file " Language: Bip configuration file " Copyright: Copyright (C) 2004 Arnaud Cornet and Loïc Gomez " License: This file is part of the bip project. See the file 'COPYING' for " the exact licensing terms. " " " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finish endif syn case ignore " Global elements syn match bipComment contained %\s*#.*$% syn match bipEndError contained /\(#.*\)\@ else command -nargs=+ HiLink hi def link endif HiLink bipMain Error HiLink bipNetwork Error HiLink bipChannel Error HiLink bipServer Error HiLink bipUser Error HiLink bipConnection Error " We do not HiLink bipWhite, siec we only want to ignore it. HiLink bipKeyword Keyword HiLink bipNKeyword Keyword HiLink bipUKeyword Keyword HiLink bipCKeyword Keyword HiLink bipSKeyword Keyword HiLink bipCoKeyword Keyword HiLink bipComment Comment HiLink bipMatch Include HiLink bipStringV Error HiLink bipBoolV Error HiLink bipNumericV Error HiLink bipIPV Error HiLink bipEndError Error HiLink bipString String HiLink bipBool Boolean HiLink bipNumeric Number HiLink bipIP String HiLink bipAddrTk String HiLink bipDot Delimiter HiLink bipSlash Delimiter HiLink bipMask Number delcommand HiLink let b:current_syntax = "bip" " vim: ts=8