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