diff options
Diffstat (limited to 'syntax/hackernews.vim')
| -rw-r--r-- | syntax/hackernews.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim index 558fcd9..17345a9 100644 --- a/syntax/hackernews.vim +++ b/syntax/hackernews.vim @@ -7,7 +7,7 @@ endif syn match Comment /^\s*Comment.*$/ -syn match Constant /\[http.*\]/ +syn region Constant start="\[http" end="\]" let b:current_syntax = "hackernews" |
