summaryrefslogtreecommitdiff
path: root/syntax/hackernews.vim
diff options
context:
space:
mode:
authorryanss2015-03-19 23:59:00 -0400
committerryanss2015-03-19 23:59:00 -0400
commit972baa34d26f283a10a0cc86a11ed9211ad9c949 (patch)
treed704901ecad3a05e913143143258616801e7875f /syntax/hackernews.vim
parent9a9109d189d2fe00d707cbf39d0ec32f016a5a27 (diff)
downloadvim-hn-972baa34d26f283a10a0cc86a11ed9211ad9c949.tar.gz
Add hidden item id links to comment header lines
Diffstat (limited to 'syntax/hackernews.vim')
-rw-r--r--syntax/hackernews.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim
index 390d2a3..27c41ad 100644
--- a/syntax/hackernews.vim
+++ b/syntax/hackernews.vim
@@ -39,7 +39,7 @@ syn match Comment /^.*ago\s|.*comments/
syn match Comment /^[0-9an]\+\s.\+\sago$/
" Comment titles
-syn match Comment /^\s*Comment\sby.\+ago:$/ contains=Question
+syn match Comment /^\s*Comment\sby.\+ago:/ contains=Question
" Highlight links
syn region Constant start="\[http" end="\]"