diff --git a/.gitattributes b/.gitattributes index baac3689a2..cbd78bb0f4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -564,6 +564,7 @@ components/synedit/design/tsyncppsyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsyncsssyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynedit.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynexporterhtml.xpm -text svneol=native#image/x-xpixmap +components/synedit/design/tsynfreepascalsyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynhtmlsyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynjavasyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynlfmsyn.xpm -text svneol=native#image/x-xpixmap diff --git a/components/synedit/design/tsynfreepascalsyn.xpm b/components/synedit/design/tsynfreepascalsyn.xpm new file mode 100644 index 0000000000..88d7a07638 --- /dev/null +++ b/components/synedit/design/tsynfreepascalsyn.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static const unsigned char * tsynfreepascalsyn_xpm[] = { +"17 19 6 1", +" c None", +"! c white", +"# c black", +"$ c #0000FF", +"% c #FF0000", +"& c #00FF00", +"!!!!!!!!!!!!!!!!#", +"!!!$$!!$$!!!$$!!#", +"!!$!!!$!!$!$!!$!#", +"!!$!!!$!!$!$!!!!#", +"!!$$$!$$$!!$!!!!#", +"!!$!!!$!!!!$!!$!#", +"!!$!!!$!!!!!$$!!#", +"!!!!!!!!!!!!!!!!#", +"!!####!%%%!!!!!!#", +"!!!!!!!!!!!!!!!!#", +"!!###!!!!!!!!!!!#", +"!!!!!!!!!!!!!!!!#", +"!!!!%%!&&&&!!!!!#", +"!!!!!!!!!!!!!!!!#", +"!!!!$$$$$!%%%!!!#", +"!!!!!!!!!!!!!!!!#", +"!!###!!!!!!!!!!!#", +"!!!!!!!!!!!!!!!!#", +"#################"}; \ No newline at end of file