added icon for python highlighter

git-svn-id: trunk@5659 -
This commit is contained in:
mattias 2004-07-07 17:23:21 +00:00
parent 953007e494
commit daf4ccc21c
3 changed files with 34 additions and 0 deletions

1
.gitattributes vendored
View File

@ -137,6 +137,7 @@ components/synedit/design/tsynmultisyn.xpm -text svneol=native#image/x-xpixmap
components/synedit/design/tsynpassyn.xpm -text svneol=native#image/x-xpixmap
components/synedit/design/tsynperlsyn.xpm -text svneol=native#image/x-xpixmap
components/synedit/design/tsynphpsyn.xpm -text svneol=native#image/x-xpixmap
components/synedit/design/tsynpythonsyn.xpm -text svneol=native#image/x-xpixmap
components/synedit/design/tsynsqlsyn.xpm -text svneol=native#image/x-xpixmap
components/synedit/design/tsyntexsyn.xpm -text svneol=native#image/x-xpixmap
components/synedit/design/tsynunixshellscriptsyn.xpm -text svneol=native#image/x-xpixmap

View File

@ -0,0 +1,23 @@
/* XPM */
static char * tsynpassyn_xpm[] = {
"18 13 7 1",
" c None",
". c #7F7F7F",
"+ c #FFFFFF",
"@ c #000000",
"# c #FF0000",
"$ c #00FF00",
"% c #0000FF",
"..................",
".++++++++++++++++@",
".++@@@@+###++++++@",
".++++++++++++++++@",
".++@@@+++++++++++@",
".++++++++++++++++@",
".++++##+$$$$+++++@",
".++++++++++++++++@",
".++++%%%%%+###+++@",
".++++++++++++++++@",
".++@@@+++++++++++@",
".++++++++++++++++@",
".@@@@@@@@@@@@@@@@@"};

View File

@ -153,6 +153,16 @@ LazarusResources.Add('tsynphpsyn','XPM',[
+#10'".++++++++++++++++@",'#10'".++@@@+++++++++++@",'#10'".++++++++++++++++@"'
+','#10'".@@@@@@@@@@@@@@@@@"};'#10
]);
LazarusResources.Add('tsynpythonsyn','XPM',[
'/* XPM */'#10'static char * tsynpassyn_xpm[] = {'#10'"18 13 7 1",'#10'" '#9
+'c None",'#10'".'#9'c #7F7F7F",'#10'"+'#9'c #FFFFFF",'#10'"@'#9'c #000000",'
+#10'"#'#9'c #FF0000",'#10'"$'#9'c #00FF00",'#10'"%'#9'c #0000FF",'#10'".....'
+'.............",'#10'".++++++++++++++++@",'#10'".++@@@@+###++++++@",'#10'".+'
+'+++++++++++++++@",'#10'".++@@@+++++++++++@",'#10'".++++++++++++++++@",'#10
+'".++++##+$$$$+++++@",'#10'".++++++++++++++++@",'#10'".++++%%%%%+###+++@",'
+#10'".++++++++++++++++@",'#10'".++@@@+++++++++++@",'#10'".++++++++++++++++@"'
+','#10'".@@@@@@@@@@@@@@@@@"};'#10
]);
LazarusResources.Add('tsynsqlsyn','XPM',[
'/* XPM */'#10'static char * tsynpassyn_xpm[] = {'#10'"18 13 7 1",'#10'" '#9
+'c None",'#10'".'#9'c #7F7F7F",'#10'"+'#9'c #FFFFFF",'#10'"@'#9'c #000000",'