From 972baa34d26f283a10a0cc86a11ed9211ad9c949 Mon Sep 17 00:00:00 2001 From: ryanss Date: Thu, 19 Mar 2015 23:59:00 -0400 Subject: Add hidden item id links to comment header lines --- syntax/hackernews.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax') 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="\]" -- cgit v1.2.3