PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` " Vim syntax file " Maintainer: Thilo Six " Contact: " http://www.vim.org/maillist.php#vim-dev " " Description: highlight gnash configuration files " http://www.gnu.org/software/gnash/manual/gnashuser.html#gnashrc " File: runtime/syntax/gnash.vim " Last Change: 2012 May 19 " Modeline: vim: ts=8:sw=2:sts=2: " " Credits: derived from Nikolai Weibulls readline.vim " " License: VIM License " Vim is Charityware, see ":help Uganda" " " 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") || &compatible finish endif syn case match syn keyword GnashTodo contained TODO FIXME XXX NOTE " Comments syn match GnashComment "^#.*$" contains=@Spell,GnashTodo syn match GnashComment "\s#.*$" contains=@Spell,GnashTodo syn match GnashNumber display '\<\d\+\>' syn case ignore syn keyword GnashOn ON YES TRUE syn keyword GnashOff OFF NO FALSE syn match GnashSet '^\s*set\>' syn match GnashSet '^\s*append\>' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' syn match GnashKeyword '\' hi def link GnashOn Identifier hi def link GnashOff Preproc hi def link GnashComment Comment hi def link GnashTodo Todo hi def link GnashNumber Type hi def link GnashSet String hi def link GnashKeyword Keyword let b:current_syntax = "gnash"