" Vim syntax file " Language: dymore input file (mimic xdefaults.vim) " Maintainer: Shen, Jinwei " Last change: 09/16/2005 " clear any unwanted syntax defs syn clear " shut case off syn case ignore syn match dymoreCommentedLine "!.*$" " syn match dymoreLabel /^.\{-}:/he=e-1 " syn match dymoreValue /\(:\|=\).*$/lc=1 " syn keyword dymoreSection title input_data rotor_properties " syn keyword dymoreSection blade_properties fuselage_properties tail_properties " syn keyword dymoreSection airfoil_properties flight_condition aerodynamics " syn keyword dymoreSection trim_analysis stability_analysis output_options if !exists("did_dymore_syntax_inits") let did_dymore_syntax_inits = 1 hi link dymoreSection Type " hi link dymoreValue Constant hi link dymoreCommentedLine Comment endif let b:current_syntax = "dymore" " vim:ts=8