summaryrefslogtreecommitdiff
path: root/autoload/ale/highlight.vim
AgeCommit message (Expand)Author
2021-12-09Initialize hl-groups correctly if virtual text is loaded first (#3960)Magnus Groß
2020-03-11Fixes #2982 - Implement g:ale_exclude_highlightsw0rp
2019-09-11Fix #2760 - Ignore all errors for adding NeoVim highlightsw0rp
2019-07-10Try to mock nvim api functionsFrancisco Giordano
2019-07-09Implement highlights using neovim APIFrancisco Giordano
2019-06-03Fix #2555 - Remove highlights in lowercase, etcw0rp
2019-05-16Fix #2505 - Remove NeoVim highlight support for noww0rp
2019-05-16#2505 Try to fix NeoVim highlighting out of range errorsw0rp
2019-05-05Fix off by one error line highlight w/ nvim apiAndrey Popp
2019-05-01Optionally use neovim's api-highlights (#2169)Andrey Popp
2017-12-07Fix #1205 Do not add line highlights if the groups do not existw0rp
2017-11-17Fix #741 - Set highlights for entire lines when signs are disabledw0rp
2017-10-28#817 Add commands for toggling ALE for only the current bufferw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-13#697 - Remove highlights more thoroughlyw0rp
2017-07-10Fix #746 - Keep highlights from other plugins when buffers are hiddenw0rp
2017-07-07#697 - Clear all highlights every time items are set again, and refactor most...w0rp
2017-06-18Fix #658 - Clear highlights for all problem typesw0rp
2017-06-02#574 Do not restore items with no columns for highlights from hidden buffersw0rp
2017-05-31Fix #604 - Support highlights spanning many linesw0rp
2017-05-31#604 Add a function for creating positions needed for supporting highlights a...w0rp
2017-05-31#604 Change match_id to match_id_list, for future highlights spanning more th...w0rp
2017-05-21#149 - Set different highlights for info, style error, and style warning prob...w0rp
2017-05-16#538 Fix an off-by-one bug with end columnsw0rp
2017-05-16#538 Suport highlight sizes by looking at end column numbersw0rp
2017-05-07Do not copy the items for setting highlights, as we do need to modify the ite...v1.3.0w0rp
2017-05-07Fix #539 - Just set our highlights again when buffers are shown after being h...w0rp
2017-05-06Fix #534 - Stop other higlights being restored when buffers are hidden and sh...w0rp
2017-05-03Fix #528 remove and restore highlights when buffers are hidden and shownw0rp
2017-04-19Remove error highlights when buffers are cleaned upw0rp
2017-03-14#333 Keep any loclist items which have match_id values set on themw0rp
2017-03-12#333 Remember the IDs for highlightsw0rp
2017-02-13Fix a style issuew0rp
2017-02-13Highlighting should not filter linter messages without column infoninjawithaneedle
2017-02-13Fix #171 - Implement basic error highlightingw0rp