mirror of https://github.com/dense-analysis/ale
Add the logo and thank Mark for his work.
This commit is contained in:
parent
ec2ce91f3f
commit
957acf186d
|
@ -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.
|
||||
|
|
10
doc/ale.txt
10
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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue