summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-11 21:55:26 +0100
committerw0rp <devw0rp@gmail.com>2016-10-11 21:55:26 +0100
commit957acf186d521d676b424edacfd655a560e7009c (patch)
tree879fc53149ed7a86d372d2072033f11a12764c14
parentec2ce91f3f57f449960b682512978f45483e2b6b (diff)
downloadale-957acf186d521d676b424edacfd655a560e7009c.zip
Add the logo and thank Mark for his work.
-rw-r--r--README.md5
-rw-r--r--doc/ale.txt10
-rw-r--r--img/logo.jpgbin0 -> 26534 bytes
3 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index c1906487..1afe3d18 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 dbecf4f3..2b975134 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 00000000..1d8468db
--- /dev/null
+++ b/img/logo.jpg
Binary files differ