Home
last modified time | relevance | path

Searched defs:userhl (Results 1 – 4 of 4) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dhighlight.c3743 char_u userhl[30]; // use 30 to avoid compiler warning in highlight_changed() local
H A Dstructs.h1263 int userhl; // 0: no HL, 1-9: User HL, < 0 for syn ID member
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsyntax.c7878 char userhl[30]; // use 30 to avoid compiler warning in highlight_changed() local
H A Dbuffer_defs.h368 int userhl; // 0: no HL, 1-9: User HL, < 0 for syn ID member