diff options
Diffstat (limited to 'syntax/hackernews.vim')
| -rw-r--r-- | syntax/hackernews.vim | 8 |
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") |
