Files
neovim/test/functional/lua
Luuk van Baal 4f9260d06a feat(ext_messages): add hl_id to ext_messages chunks
Problem:  Ext_messages chunks only contain the highlight attr id, which
          is not very useful for vim.ui_attach() consumers.
Solotion: Add highlight group id to message chunks, which can easily be
          used to highlight text in the TUI through nvim_buf_set_extmark():
          hl_group = synIDattr(id, "name").
2024-11-09 14:28:17 +01:00
..
2024-04-23 18:17:04 +02:00
2024-09-21 16:04:09 +01:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00