SF.net SVN: geany:[5541] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Feb 7 17:19:23 UTC 2011


Revision: 5541
          http://geany.svn.sourceforge.net/geany/?rev=5541&view=rev
Author:   ntrel
Date:     2011-02-07 17:19:23 +0000 (Mon, 07 Feb 2011)

Log Message:
-----------
Fix detecting Matlab and Txt2Tags extensions by default.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetype_extensions.conf

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-02-06 18:25:10 UTC (rev 5540)
+++ trunk/ChangeLog	2011-02-07 17:19:23 UTC (rev 5541)
@@ -1,3 +1,9 @@
+2011-02-07  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * data/filetype_extensions.conf:
+   Fix detecting Matlab and Txt2Tags extensions by default.
+
+
 2011-02-06  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * tagmanager/latex.c:

Modified: trunk/data/filetype_extensions.conf
===================================================================
--- trunk/data/filetype_extensions.conf	2011-02-06 18:25:10 UTC (rev 5540)
+++ trunk/data/filetype_extensions.conf	2011-02-07 17:19:23 UTC (rev 5541)
@@ -34,7 +34,7 @@
 Lisp=*.lisp;
 Lua=*.lua;
 Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
-Matlab=*.m;
+Matlab/Octave=*.m;
 NSIS=*.nsi;*.nsh;
 Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
 Perl=*.pl;*.perl;*.pm;*.agi;*.pod;
@@ -47,7 +47,7 @@
 Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;*.ash;*.bash;*.m4;
 SQL=*.sql;
 Tcl=*.tcl;*.tk;*.wish;
-txt2tags=*.t2t;
+Txt2tags=*.t2t;
 Vala=*.vala;*.vapi;
 Verilog=*.v;
 VHDL=*.vhd;*.vhdl;


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