diff options
author | Prashanth Chandra <coolshanth94@gmail.com> | 2016-10-04 02:55:55 +0800 |
---|---|---|
committer | Prashanth Chandra <coolshanth94@gmail.com> | 2016-10-04 03:07:59 +0800 |
commit | 51b7d7bc9528c61c03de79bed26ed0aff27a4330 (patch) | |
tree | b47f8cbf751228a377c6cbb0981087feb0358ed4 /ale_linters/coffee | |
parent | 1d4e035566227cebbeed113551cba22d635d6de1 (diff) | |
download | ale-51b7d7bc9528c61c03de79bed26ed0aff27a4330.zip |
Add comment headers to ale_linters
Diffstat (limited to 'ale_linters/coffee')
-rw-r--r-- | ale_linters/coffee/coffeelint.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ale_linters/coffee/coffeelint.vim b/ale_linters/coffee/coffeelint.vim index 4083c246..aba29c4a 100644 --- a/ale_linters/coffee/coffeelint.vim +++ b/ale_linters/coffee/coffeelint.vim @@ -1,4 +1,5 @@ -" Author: prashcr - https://github.com/prashcr +" Author: Prashanth Chandra https://github.com/prashcr +" Description: coffeelint linter for coffeescript files if exists('g:loaded_ale_linters_coffee_coffeelint') finish |