IDL syntax highlighting in VIM

I've edited my idlang.vim to auto-identify files that start with a semicolon. Add Line 19: `` syn match idlangStatement "^s*;s"`` Line 61/2 (allow spaces before ;): syn match  idlangComment "\s*[\;].*$" contains=idlangTodo AG

Comments