From ff6fbff512b58b2cbe34f36ef4fa9a569e9e72cf Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Tue, 25 Aug 2009 11:22:00 +0000 Subject: [PATCH] Add filetypes.markdown for configuration (thanks to Jon Strait). git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4121 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 6 ++++++ data/filetypes.markdown | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 data/filetypes.markdown diff --git a/ChangeLog b/ChangeLog index 373857a51..19540ed5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-08-25 Nick Treleaven + + * data/filetypes.markdown: + Add filetypes.markdown for configuration (thanks to Jon Strait). + + 2009-08-24 Nick Treleaven * src/build.h, src/project.h, src/plugindata.h, src/filetypes.h: diff --git a/data/filetypes.markdown b/data/filetypes.markdown new file mode 100644 index 000000000..5202546d1 --- /dev/null +++ b/data/filetypes.markdown @@ -0,0 +1,26 @@ +# For complete documentation of this file, please see Geany's main documentation +[styling] +# foreground;background;bold;italic +# default=0x000000;0xffffff;false;false +# strong=0xff0000;0xffffff;false;false +# emphasis=0xff0000;0xffffff;false;false +# header1=0x0000bb;0xffffff;false;false +# header2=0x0000bb;0xffffff;false;false +# header3=0x0000bb;0xffffff;false;false +# header4=0x0000bb;0xffffff;false;false +# header5=0x0000bb;0xffffff;false;false +# header6=0x0000bb;0xffffff;false;false +# ulist_item=0x007f00;0xffffff;false;false +# olist_item=0x007f00;0xffffff;false;false +# blockquote=0xff0000;0xffffff;false;false +# strikeout=0xaa00ff;0xffffff;false;false +# hrule=0xff901e;0xffffff;false;false +# link=0x0000ff;0xffffff;false;false +# code=0x009f00;0xffffff;false;false +# codebk=0x005f00;0xffffff;false;false + +[settings] +# default extension used when saving files +extension=mdml + +