diff --git a/README.md b/README.md index c190648..1afe3d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# ALE - Asynchronous Lint Engine [![Build Status](https://travis-ci.org/w0rp/ale.svg?branch=master)](https://travis-ci.org/w0rp/ale) +# ALE - Asynchronous Lint Engine +[![Build Status](https://travis-ci.org/w0rp/ale.svg?branch=master)](https://travis-ci.org/w0rp/ale) + +![ALE Logo by Mark Grealish - https://www.bhalash.com/](img/logo.jpg?raw=true) ALE (Asynchronous Lint Engine) is a plugin for providing linting in NeoVim and Vim 8 while you edit your text files. diff --git a/doc/ale.txt b/doc/ale.txt index dbecf4f..2b97513 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -21,7 +21,8 @@ CONTENTS *ale-contents* 4.9. shellcheck............................|ale-linter-options-shellcheck| 4.10. vint..................................|ale-linter-options-vint| 5. API........................................|ale-api| - 6. Contact....................................|ale-contact| + 6. Special Thanks.............................|ale-special-thanks| + 7. Contact....................................|ale-contact| =============================================================================== 1. Introduction *ale-introduction* @@ -555,9 +556,14 @@ g:ale#util#stdin_wrapper *g:ale#util#stdin_wrapper* This variable names a wrapper script for sending stdin input to programs which cannot accept input via stdin. See |ale#linter#Define()| for more. +=============================================================================== +6. Special Thanks *ale-special-thanks* + +Special thanks to Mark Grealish (https://www.bhalash.com/) for providing ALE's +snazzy looking ale glass logo. Cheers, Mark! =============================================================================== -6. Contact *ale-contact* +7. Contact *ale-contact* If you like this plugin, and wish to get in touch, check out the GitHub page for issues and more at https://github.com/w0rp/ale diff --git a/img/logo.jpg b/img/logo.jpg new file mode 100644 index 0000000..1d8468d Binary files /dev/null and b/img/logo.jpg differ