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 419fe69..f4817d6 100644 --- a/syntax/hackernews.vim +++ b/syntax/hackernews.vim @@ -43,7 +43,7 @@ syn match Comment /^\s*Comment.*$/ syn region Constant start="\[http" end="\]" " Highlight code blocks -syn region Statement start="^\s+ " end="^\s " +syn region Statement start="^\s\+ " end="^\s\+ " " Highlight Hacker News header orange syn match Title /^┌.*$/ |
