summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syntax/hackernews.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim
index 889f637..ff30f30 100644
--- a/syntax/hackernews.vim
+++ b/syntax/hackernews.vim
@@ -6,6 +6,7 @@ if exists("b:current_syntax")
endif
+syn match Ignore /\s\[[0-9]\{3,}\]$/
syn match Comment /^\s*Comment.*$/
syn region Constant start="\[http" end="\]"
syn region Statement start="^\s+ " end="^\s "