diff options
| author | ryanss | 2015-02-02 23:59:00 -0500 |
|---|---|---|
| committer | ryanss | 2015-02-02 23:59:00 -0500 |
| commit | d6c1e11d45c1a3cc7067643eabd73994cd441c36 (patch) | |
| tree | 03c7c78c61603abaede758bb710dc540692f341a /syntax/hackernews.vim | |
| parent | c392e92e1e36b0a202a8fcf417b7f8ba48e10bd6 (diff) | |
| download | vim-hn-d6c1e11d45c1a3cc7067643eabd73994cd441c36.tar.gz | |
Improve job posting format/syntax on main page
Diffstat (limited to 'syntax/hackernews.vim')
| -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 b59dac9..d199f1a 100644 --- a/syntax/hackernews.vim +++ b/syntax/hackernews.vim @@ -12,6 +12,7 @@ syn match Ignore /\s\[[0-9]\{3,}\]$/ " Remove emphesis from all components of main page item except title syn match Comment /^\s*[0-9]\{1,2}\.\s/ syn match Comment /\s(\S\+\.\S\+)/ +syn match Comment /^\s\{4}.*ago/ syn match Comment /^.*ago\s|.*comments/ " Comment titles |
