view lisp/sb-dir-minus.xpm @ 48486:893d44670df9

Added LINTER support. (sql-linter-program): New variable. (sql-linter-options): New variable. (sql-mode-menu): Added Linter keywords. (sql-mode-linter-font-lock-keywords): New variable. (sql-highlight-linter-keywords): New function. (sql-linter): New function. (sql-ms-options): New variable. (sql-ms): Use it.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 21 Nov 2002 08:31:26 +0000
parents 95fb805b4d40
children c2a09ac7b7b1
line wrap: on
line source

/* XPM */
static char * sb_dir__xpm[] = {
"20 15 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
" .......            ",
".+++++++.           ",
".+@@@@@@+.......... ",
".+@@@@@@@++++++++++.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@++++++@@@@@+.",
".+@@@@@++++++@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".++++++++++++++++++.",
" .................. "};