Mercurial > emacs
annotate 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 |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * up_arrow2_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #87AF85", | |
6 "+ c #000100", | |
7 "@ c #504D46", | |
8 "# c #6B6B66", | |
9 "$ c #BBBDBA", | |
10 "% c #FFFFFF", | |
11 "& c #3E4850", | |
12 " ", | |
13 " ", | |
14 " + ", | |
15 " &$+ ", | |
16 " +%.@+ ", | |
17 " +%...@+ ", | |
18 " +%.....@+ ", | |
19 " +%......#@+ ", | |
20 " +%.......##@+ ", | |
21 " +%$$.....#@@@@+ ", | |
22 " +++++$.....@+++++ ", | |
23 " +$....#@+ ", | |
24 " +$....#@+ ", | |
25 " +$...##@+ ", | |
26 " +$...##@+ ", | |
27 " +$...##@+ ", | |
28 " +...#@@@+ ", | |
29 " +++++++++ ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |