From ef5b900657a2e0ec127ec0129396c20f947cbf77 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Fri, 31 Mar 2017 11:22:25 -0700 Subject: adds line highlights style (#436) * adds line highlights style * adding doc for the new highlight styles. * missing space --- doc/ale.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index 8feb3eb8..198a0c7e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -479,7 +479,9 @@ g:ale_set_signs *g:ale_set_signs* signs marking where errors and warnings appear in the file. The `ALEErrorSign` and `ALEWarningSign` highlight groups will be used to provide highlighting for the signs. The text used for signs can be customised with - the |g:ale_sign_error| and |g:ale_sign_warning| options. + the |g:ale_sign_error| and |g:ale_sign_warning| options. The `ALEErrorSign` + and `ALEWarningLine` highlight groups will be used to provide highlighting + for the lines that the signs reside on. g:ale_sign_column_always *g:ale_sign_column_always* -- cgit v1.2.3