Home
last modified time | relevance | path

Searched defs:hl_group (Results 1 – 11 of 11) sorted by relevance

/dports/misc/py-powerline-status/powerline-2.8.2/powerline/lint/
H A Dchecks.py354 def check_hl_group_name(hl_group, context_mark, context, echoerr): argument
535 def hl_group_in_colorscheme(hl_group, cconfig, allow_gradients, data, context, echoerr): argument
585 def hl_exists(hl_group, data, context, echoerr, allow_gradients=False): argument
604 def check_highlight_group(hl_group, data, context, echoerr): argument
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsyntax.c56 typedef struct hl_group { struct
57 char_u *sg_name; ///< highlight group name
58 char *sg_name_u; ///< uppercase of sg_name
59 bool sg_cleared; ///< "hi clear" was used
60 int sg_attr; ///< Screen attr @see ATTR_ENTRY
61 int sg_link; ///< link to this highlight group ID
67 int sg_cterm; ///< "cterm=" highlighting attr
69 int sg_cterm_fg; ///< terminal fg color number + 1
70 int sg_cterm_bg; ///< terminal bg color number + 1
71 bool sg_cterm_bold; ///< bold attr was set for light color
[all …]
/dports/editors/py-pynvim/pynvim-0.4.3/pynvim/api/
H A Dbuffer.py107 def add_highlight(self, hl_group, line, col_start=0, argument
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dextmark.c735 Integer nvim_buf_add_highlight(Buffer buffer, Integer ns_id, String hl_group, Integer line, in nvim_buf_add_highlight()
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/auto/
H A Dneovimapi2.cpp284 …NeovimApi2::nvim_buf_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in nvim_buf_add_highlight()
1092 …* NeovimApi2::buffer_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in buffer_add_highlight()
H A Dneovimapi1.cpp275 …NeovimApi1::nvim_buf_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in nvim_buf_add_highlight()
1075 …* NeovimApi1::buffer_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in buffer_add_highlight()
H A Dneovimapi3.cpp294 …NeovimApi3::nvim_buf_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in nvim_buf_add_highlight()
1141 …* NeovimApi3::buffer_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in buffer_add_highlight()
H A Dneovimapi0.cpp254 …* NeovimApi0::buffer_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in buffer_add_highlight()
H A Dneovimapi4.cpp324 …NeovimApi4::nvim_buf_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in nvim_buf_add_highlight()
1258 …* NeovimApi4::buffer_add_highlight(int64_t buffer, int64_t src_id, QByteArray hl_group, int64_t li… in buffer_add_highlight()
H A Dneovimapi5.cpp343 … NeovimApi5::nvim_buf_add_highlight(int64_t buffer, int64_t ns_id, QByteArray hl_group, int64_t li… in nvim_buf_add_highlight()
1329 MsgpackRequest* NeovimApi5::buffer_add_highlight(int64_t buffer, int64_t ns_id, QByteArray hl_group in buffer_add_highlight()
H A Dneovimapi6.cpp343 … NeovimApi6::nvim_buf_add_highlight(int64_t buffer, int64_t ns_id, QByteArray hl_group, int64_t li… in nvim_buf_add_highlight()
1352 MsgpackRequest* NeovimApi6::buffer_add_highlight(int64_t buffer, int64_t ns_id, QByteArray hl_group in buffer_add_highlight()