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