From db1844928afa9d02abd80745bf7ea718ee73712d Mon Sep 17 00:00:00 2001 From: ryanss Date: Sat, 10 Jan 2015 23:59:00 -0500 Subject: Add syntax highlighting of comment headers --- syntax/hackernews.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 syntax/hackernews.vim (limited to 'syntax') diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim new file mode 100644 index 0000000..314c889 --- /dev/null +++ b/syntax/hackernews.vim @@ -0,0 +1,12 @@ +" Vim syntax file + + +if exists("b:current_syntax") + finish +endif + + +syn match Comment /^\s*Comment.*$/ + + +let b:current_syntax = "hackernews" -- cgit v1.2.3