summaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'syntax')
-rw-r--r--syntax/hackernews.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim
index 7525ed2..818421c 100644
--- a/syntax/hackernews.vim
+++ b/syntax/hackernews.vim
@@ -38,7 +38,7 @@ syn match Comment /^.*ago\s|.*comments/
syn match Comment /^[0-9an]\+\s.\+\sago$/
" Comment titles
-syn match Comment /^\s*Comment\sby.\+ago:$/
+syn match Comment /^\s*Comment\sby.\+ago:$/ contains=Question
" Highlight links
syn region Constant start="\[http" end="\]"