Files
neovim/runtime/doc
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-10-23 14:13:42 +02:00
2024-10-23 14:13:42 +02:00
2024-09-01 13:01:24 -07:00
2024-07-15 06:54:45 +08:00
2024-09-24 04:46:50 -07:00