summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/highlight_spec.lua
AgeCommit message (Expand)AuthorFiles
2022-02-24feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell1
2022-02-21fix(highlight): accept NONE as a color name (#17487)Lewis Russell1
2022-02-17fix(api): allow empty list for cterm in nvim_set_hlChristian Clason1
2022-02-16feat(highlight): support color names for ctermLewis Russell1
2022-02-16fix(highlight): allow globals to be clearedLewis Russell1
2022-02-12feat(api): add strikethrough, nocombine to set_hlChristian Clason1
2022-02-01feat(highlight): ns=0 to set :highlight namespaceLewis Russell1
2021-04-22Improvements to testsshadmansaleh1
2021-04-03Fix lualint warningsshadmansaleh1
2021-04-03Add tests for nvim_set_hl()shadmansaleh1
2020-11-13feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz1
2020-10-02extmark: fix decoration ploblems with extmarkerw71
2020-01-08API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685kevinhwang911
2019-12-22tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse1
2019-09-13syntax, TUI: support "strikethrough"Jaskaran Singh1
2018-06-08Merge #7917 'API: buffer updates'Justin M. Keyes1
2018-03-27TUI: implement "standout" attribute #8081Nimit Bhardwaj1
2017-10-08test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes1
2017-10-08Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes1
2017-09-30Changed prototypes to accept a boolean "rgb"Matthieu Coudron1
2017-09-30Increased test coverage for RGB and ctermMatthieu Coudron1
2017-09-30Adds nvim_get_hl_by_name/by_idMatthieu Coudron1