summaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
authorryanss2015-02-07 17:42:52 -0500
committerryanss2015-02-07 17:42:52 -0500
commitea3fe88e3db36aacff9fc1c2a0a8b6b08a8bb840 (patch)
tree79a8c42bcff1c82387a2201a83b05189180f9578 /syntax
parent2af28fab25e90644c9688319f1347680f7c47549 (diff)
downloadvim-hn-ea3fe88e3db36aacff9fc1c2a0a8b6b08a8bb840.tar.gz
Add Roadmap and Contribution sections to README
Diffstat (limited to 'syntax')
-rw-r--r--syntax/hackernews.vim8
1 files changed, 7 insertions, 1 deletions
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim
index 2cf6bfc..cdd191d 100644
--- a/syntax/hackernews.vim
+++ b/syntax/hackernews.vim
@@ -1,4 +1,10 @@
-" Vim syntax file
+" vim-hackernews
+" --------------
+" Browse Hacker News (news.ycombinator.com) inside Vim.
+"
+" Author: ryanss <ryanssdev@icloud.com>
+" Website: https://github.com/ryanss/vim-hackernews
+" License: MIT (see LICENSE file)
if exists("b:current_syntax")