summaryrefslogtreecommitdiff
path: root/syntax/hackernews.vim
blob: 17345a9a11b2388c626b41c35eb07f6602117a88 (plain)
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 region Constant start="\[http" end="\]"


let b:current_syntax = "hackernews"