Mercurial > vim
annotate runtime/vim32x32.xpm @ 36515:9c7cfa946771 draft default tip
runtime(tex): extra Number highlighting causes issues
Commit: https://github.com/vim/vim/commit/622f6f5b9a9c2b88423f31a98e99cd3324446fcf
Author: Christian Brabandt <cb@256bit.org>
Date: Mon Nov 11 08:49:04 2024 +0100
runtime(tex): extra Number highlighting causes issues
So let's revert "runtime(tex): add Number highlighting to syntax file"
This (partly) reverts commits 8e6b5034f32049fd0 and 6065755a39d838aab
fixes: #16030
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 11 Nov 2024 09:00:05 +0100 |
parents | 70d5193d7a58 |
children |
rev | line source |
---|---|
7 | 1 /* XPM */ |
35255
70d5193d7a58
patch 9.1.0437: Motif requires non-const char pointer for XPM data
Christian Brabandt <cb@256bit.org>
parents:
35244
diff
changeset
|
2 static char * vim32x32[] = { |
7 | 3 "32 32 8 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #000080", | |
7 "@ c #008000", | |
8 "# c #00FF00", | |
9 "$ c #808080", | |
10 "% c #C0C0C0", | |
11 "& c #FFFFFF", | |
12 " .. ", | |
13 " .##. ", | |
14 " ...........#@@#. ......... ", | |
15 " .&&&&&&&&&&&.@@@#.&&&&&&&&&. ", | |
16 " .&%%%%%%%%%%%.@@@.&%%%%%%%%%. ", | |
17 " .%%%%%%%%%%$.@@@@.%%%%%%%%$. ", | |
18 " .$%%%%%%$$.@@@@@@.$%%%%%$$. ", | |
19 " .&%%%%%%$.@@@@@@.&%%%%%$$. ", | |
20 " .&%%%%%%$.@@@@@.&&%%%%$$. ", | |
21 " .&%%%%%%$.@@@@.&&%%%%$$. ", | |
22 " .&%%%%%%$.@@@.&&%%%%$$. ", | |
23 " .&%%%%%%$.@@.&&%%%%$$.#. ", | |
24 " ..&%%%%%%$.@.&&%%%%$$.@@#. ", | |
25 " .#.&%%%%%%$..&&%%%%$$.@@@@#. ", | |
26 " .#@.&%%%%%%$.&&%%%%$$.@@@@@@#. ", | |
27 ".#@@.&%%%%%%$&&%%%%$$.@@@@@@@@#.", | |
28 ".+@@.&%%%%%%$&%%%%$$.@@@@@@@@@+.", | |
29 " .+@.&%%%%%%$%%%%$$.@@@@@@@@@+. ", | |
30 " .+.&%%%%%%%%%%...@@@@@@@@@+. ", | |
31 " ..&%%%%%%%%%.%%.@@@@@@@@+. ", | |
32 " .&%%%%%%%%%.%%.@@@@@@@+. ", | |
33 " .&%%%%%%%%$...@...@...... ", | |
34 " .&%%%%%%%$.%%%.%%%.%%%.%%. ", | |
35 " .&%%%%%%$$..%%..%%%%%%%%%%. ", | |
36 " .&%%%%%$$..%%...%%++%%..%. ", | |
37 " .&%%%%$$.@.%%..%%+.%%..%%. ", | |
38 " .&%%%$$.@@.%%..%%..%%..%%. ", | |
39 " .&%%$$..+.%%..%%..%%..%%. ", | |
40 " .%$$. ..%%%.%%..%%..%%%. ", | |
41 " ... ....+.. .. ... ", | |
42 " .++. ", | |
43 " .. "}; |