mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-08 20:43:31 +08:00
adds line highlights style (#436)
* adds line highlights style * adding doc for the new highlight styles. * missing space
This commit is contained in:
@@ -14,9 +14,9 @@ endif
|
||||
|
||||
" Signs show up on the left for error markers.
|
||||
execute 'sign define ALEErrorSign text=' . g:ale_sign_error
|
||||
\ . ' texthl=ALEErrorSign'
|
||||
\ . ' texthl=ALEErrorSign linehl=ALEErrorLine'
|
||||
execute 'sign define ALEWarningSign text=' . g:ale_sign_warning
|
||||
\ . ' texthl=ALEWarningSign'
|
||||
\ . ' texthl=ALEWarningSign linehl=ALEWarningLine'
|
||||
sign define ALEDummySign
|
||||
|
||||
" Read sign data for a buffer to a list of lines.
|
||||
|
||||
Reference in New Issue
Block a user