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
This commit is contained in:
parent
ad49b66c93
commit
ff6fbff512
@ -1,3 +1,9 @@
|
||||
2009-08-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* data/filetypes.markdown:
|
||||
Add filetypes.markdown for configuration (thanks to Jon Strait).
|
||||
|
||||
|
||||
2009-08-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* src/build.h, src/project.h, src/plugindata.h, src/filetypes.h:
|
||||
|
||||
26
data/filetypes.markdown
Normal file
26
data/filetypes.markdown
Normal file
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user