view lisp/toolbar/lc-up_arrow.xpm @ 62446:c03004f09a28

(makefile-macroassign-regex, makefile-make-font-lock-keywords): Also fontify plain strings assigned to variables, mostly so that a colon has a face and is thus not taken as a dependency separator. (makefile-mode): Cancel `font-lock-support-mode', because blocks to be fontified in one piece can be too long for JIT. Makefiles are never *that* big.
author Daniel Pfeiffer <occitan@esperanto.org>
date Tue, 17 May 2005 21:36:49 +0000
parents e3fc28ed75ac
children
line wrap: on
line source

/* XPM */
static char * up_arrow2_xpm[] = {
"24 24 8 1",
" 	c None",
".	c #87AF85",
"+	c #000100",
"@	c #504D46",
"#	c #6B6B66",
"$	c #BBBDBA",
"%	c #FFFFFF",
"&	c #3E4850",
"                        ",
"                        ",
"           +            ",
"          &$+           ",
"         +%.@+          ",
"        +%...@+         ",
"       +%.....@+        ",
"      +%......#@+       ",
"     +%.......##@+      ",
"    +%$$.....#@@@@+     ",
"   +++++$.....@+++++    ",
"       +$....#@+        ",
"       +$....#@+        ",
"       +$...##@+        ",
"       +$...##@+        ",
"       +$...##@+        ",
"       +...#@@@+        ",
"       +++++++++        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};