mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
syntax: Use RGB/GUI attribute information for "abstract_ui"
Instead of using classic cterm color numbers and attributes, treat "abstract_ui" as a GUI: Pass rgb color numbers and gui attributes when the "highlight_set" UI method is called. The terminal UI will have to translate RGB color information to an appropriate color number, and the "term"/"cterm" :highlight keys will eventually be deprecated.
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
#include "nvim/buffer_defs.h"
|
||||
|
||||
typedef int guicolor_T;
|
||||
|
||||
/*
|
||||
* Terminal highlighting attribute bits.
|
||||
* Attributes above HL_ALL are used for syntax highlighting.
|
||||
|
Reference in New Issue
Block a user