1 2 3 4 5 6 7 8 9 10 11 12 13
" Vim syntax file if exists("b:current_syntax") finish endif syn match Comment /^\s*Comment.*$/ syn match Constant /\[http.*\]/ let b:current_syntax = "hackernews"