SF.net SVN: geany:[5773] branches/0.20.1

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 8 17:11:24 UTC 2011


Revision: 5773
          http://geany.svn.sourceforge.net/geany/?rev=5773&view=rev
Author:   eht16
Date:     2011-05-08 17:11:23 +0000 (Sun, 08 May 2011)

Log Message:
-----------
Add Markdown extension.

Modified Paths:
--------------
    branches/0.20.1/ChangeLog
    branches/0.20.1/data/filetype_extensions.conf

Modified: branches/0.20.1/ChangeLog
===================================================================
--- branches/0.20.1/ChangeLog	2011-05-08 17:09:49 UTC (rev 5772)
+++ branches/0.20.1/ChangeLog	2011-05-08 17:11:23 UTC (rev 5773)
@@ -21,6 +21,8 @@
    'Backup Copy' is not enabled at all.
  * plugins/export.c:
    Fix off-by-one bug which hidden the last empty line of a document.
+ * data/filetype_extensions.conf:
+   Add Markdown extension.
 
 
 2011-01-05  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: branches/0.20.1/data/filetype_extensions.conf
===================================================================
--- branches/0.20.1/data/filetype_extensions.conf	2011-05-08 17:09:49 UTC (rev 5772)
+++ branches/0.20.1/data/filetype_extensions.conf	2011-05-08 17:11:23 UTC (rev 5773)
@@ -33,6 +33,7 @@
 Lisp=*.lisp;
 Lua=*.lua;
 Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
+Markdown=*.mdml;
 Matlab=*.m;
 NSIS=*.nsi;*.nsh;
 Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list