aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/highlight_spec.lua
Commit message (Expand)AuthorAge
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)Munif Tanjim2022-07-31
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* fix(hl): return cterm fg/bg even if they match Normal #18981Oliver Marriott2022-06-16
* fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott2022-06-03
* docs: typo fixes (#17859)dundargoc2022-04-15
* feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell2022-02-24
* fix(highlight): accept NONE as a color name (#17487)Lewis Russell2022-02-21
* fix(api): allow empty list for cterm in nvim_set_hlChristian Clason2022-02-17
* feat(highlight): support color names for ctermLewis Russell2022-02-16
* fix(highlight): allow globals to be clearedLewis Russell2022-02-16
* feat(api): add strikethrough, nocombine to set_hlChristian Clason2022-02-12
* feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
* Improvements to testsshadmansaleh2021-04-22
* Fix lualint warningsshadmansaleh2021-04-03
* Add tests for nvim_set_hl()shadmansaleh2021-04-03
* feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* extmark: fix decoration ploblems with extmarkerw72020-10-02
* API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685kevinhwang912020-01-08
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
* TUI: implement "standout" attribute #8081Nimit Bhardwaj2018-03-27
* test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes2017-10-08
* Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2017-10-08
* Changed prototypes to accept a boolean "rgb"Matthieu Coudron2017-09-30
* Increased test coverage for RGB and ctermMatthieu Coudron2017-09-30
* Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30