diff options
author | w0rp <devw0rp@gmail.com> | 2017-02-13 00:18:51 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-02-13 00:24:25 +0000 |
commit | 3aa1d57b5715b18f1544d36a3101ff45a6a86239 (patch) | |
tree | 54b37940138ee2d587b3bcea34bbd0443d630de9 /doc/ale.txt | |
parent | a995daa82704740717377e1d9c03785b9b3f2a63 (diff) | |
download | ale-3aa1d57b5715b18f1544d36a3101ff45a6a86239.zip |
Fix #171 - Implement basic error highlighting
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 110f9075..855abd1e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -322,6 +322,17 @@ g:ale_open_list *g:ale_open_list* to `1`, in which case the window will be kept open until closed manually. +g:ale_set_highlights *g:ale_set_highlights* + + Type: |Number| + Default: `has('syntax')` + + When this option is set to `1`, highlights will be set in for erros and + warnings. The `ALEError` and `ALEWarning` highlight groups will be used to + provide highlights, and default to linking to `SpellBad` and `SpellCap` + respectively by default. + + g:ale_set_loclist *g:ale_set_loclist* Type: |Number| |