summaryrefslogtreecommitdiff
path: root/syntax/hackernews.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/hackernews.vim')
-rw-r--r--syntax/hackernews.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim
index 17345a9..7daba3a 100644
--- a/syntax/hackernews.vim
+++ b/syntax/hackernews.vim
@@ -8,6 +8,7 @@ endif
syn match Comment /^\s*Comment.*$/
syn region Constant start="\[http" end="\]"
+syn region Statement start=" " end=" "
let b:current_syntax = "hackernews"