view pixmaps/tb_find_help.xpm @ 33740:61985d704ecc v9.0.2097

patch 9.0.2097: No support for cypher files Commit: https://github.com/vim/vim/commit/8f0fe20ff1a13b468fdfaf85c434475f75c7a615 Author: Gerrit Meier <meistermeier@gmail.com> Date: Sat Nov 11 08:58:26 2023 +0100 patch 9.0.2097: No support for cypher files Problem: No support for cypher files Solution: Add cypher filetype detection Cypher query language support to work with (mostly) graph databases. Already existing lsp support in Neovim's nvim-lspconfig: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#cypher_ls closes: #13516 Signed-off-by: Gerrit Meier <meistermeier@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Nov 2023 09:00:09 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_find_help_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
"o	s iconGray2	m none	c #bdbdbd",
"O	s iconColor2	m none	c #FFFFFF",
/* pixels */
"                  ",
"                  ",
"    .....X        ",
"   ..  X..X       ",
"  ..X   ...       ",
"  ..X   ....      ",
"  X..  .oOOo.     ",
"      .oooOoo.    ",
"      .OOOOoO.    ",
"     ..oOOooo.    ",
"     ...oOOo.X    ",
"        ....X..   ",
"     ..X     ...  ",
"     ..X      ..  ",
"     ..X          ",
"      XX          ",
"                  ",
"                  "};