summaryrefslogtreecommitdiff
path: root/syntax/hackernews.vim
blob: 314c8894227f4132d42d8129cd56fe46c8e5da77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" Vim syntax file


if exists("b:current_syntax")
  finish
endif


syn match Comment /^\s*Comment.*$/


let b:current_syntax = "hackernews"