Docs!
This commit is contained in:
parent
f49f615ef6
commit
99aebcafac
@ -130,7 +130,6 @@ g:ale_linter_aliases *g:ale_linter_aliases*
|
|||||||
following values: >
|
following values: >
|
||||||
|
|
||||||
{
|
{
|
||||||
\ 'javscript.jsx': 'javascript',
|
|
||||||
\ 'zsh': 'sh',
|
\ 'zsh': 'sh',
|
||||||
\ 'csh': 'sh',
|
\ 'csh': 'sh',
|
||||||
\}
|
\}
|
||||||
@ -616,6 +615,14 @@ ale#linter#Get(filetype) *ale#linter#Get()*
|
|||||||
Return all of linters configured for a given filetype as a |List| of
|
Return all of linters configured for a given filetype as a |List| of
|
||||||
|Dictionary| values in the format specified by |ale#linter#Define()|.
|
|Dictionary| values in the format specified by |ale#linter#Define()|.
|
||||||
|
|
||||||
|
Filetypes may be dot-seperated to invoke linters for multiple filetypes:
|
||||||
|
for instance, the filetype `javascript.jsx` will return linters for both the
|
||||||
|
`javascript` and `jsx` filetype.
|
||||||
|
|
||||||
|
Aliases may be defined in as described in |g:ale_linter_aliases|. Aliases
|
||||||
|
are applied after dot-seperated filetypes are broken up into their
|
||||||
|
components.
|
||||||
|
|
||||||
|
|
||||||
ale#statusline#Status() *ale#statusline#Status()*
|
ale#statusline#Status() *ale#statusline#Status()*
|
||||||
Return a formatted string that can be added to the statusline.
|
Return a formatted string that can be added to the statusline.
|
||||||
|
Loading…
Reference in New Issue
Block a user