diff options
Diffstat (limited to 'ale_linters/less')
-rwxr-xr-x | ale_linters/less/lessc.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/less/lessc.vim b/ale_linters/less/lessc.vim index 941607b6..db871ac2 100755 --- a/ale_linters/less/lessc.vim +++ b/ale_linters/less/lessc.vim @@ -1,4 +1,4 @@ -" Author: zanona <https://github.com/zanona>, w0rp <devw0rp@gmail.com> +" Author: zanona <https://github.com/zanona> " Description: This file adds support for checking Less code with lessc. call ale#Set('less_lessc_options', '') |