" Vim syntax file if exists("b:current_syntax") finish endif syn match Comment /^\s*Comment.*$/ syn region Constant start="\[http" end="\]" syn region Statement start="^\s+ " end="^\s " let b:current_syntax = "hackernews"