SF.net SVN: geany:[5290] trunk/data/filetype_extensions.conf

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Oct 7 13:52:36 UTC 2010


Revision: 5290
          http://geany.svn.sourceforge.net/geany/?rev=5290&view=rev
Author:   ntrel
Date:     2010-10-07 13:52:35 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
Sort by filetype name.

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

Modified: trunk/data/filetype_extensions.conf
===================================================================
--- trunk/data/filetype_extensions.conf	2010-10-07 13:45:23 UTC (rev 5289)
+++ trunk/data/filetype_extensions.conf	2010-10-07 13:52:35 UTC (rev 5290)
@@ -2,53 +2,53 @@
 # Insert as many items as you want, seperate them with a ";".
 # See Geany's main documentation for details.
 [Extensions]
-ASM=*.asm;
 Abc=*.abc;*.abp;
+ActionScript=*.as;
 Ada=*.adb;*.ads;
+ASM=*.asm;
+CAML=*.ml;*.mli;
 C=*.c;*.h;
 C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;
 C#=*.cs;
-CAML=*.ml;*.mli;
+CMake=CMakeLists.txt;*.cmake;*.ctest;
+Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;
+CSS=*.css;
 D=*.d;*.di;
+Diff=*.diff;*.patch;*.rej;
+Docbook=*.docbook;
 F77=*.f;*.for;*.ftn;*.f77;
+Ferite=*.fe;
+Forth=*.fs;*.fth;
 Fortran=*.f90;*.f95;*.f03;
 FreeBasic=*.bas;*.bi;
 Genie=*.gs;
 GLSL=*.glsl;*.frag;*.vert;
 Haskell=*.hs;*.lhs;
 Haxe=*.hx;
-ActionScript=*.as;
+HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;
 Java=*.java;*.jsp;
-Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
-Vala=*.vala;*.vapi;
-VHDL=*.vhd;*.vhdl;
-Verilog=*.v;
-Ferite=*.fe;
 Javascript=*.js;
+LaTeX=*.tex;*.sty;*.idx;*.ltx;
+Lisp=*.lisp;
 Lua=*.lua;
 Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
 Matlab=*.m;
+NSIS=*.nsi;*.nsh;
+Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
 Perl=*.pl;*.perl;*.pm;*.agi;*.pod;
 PHP=*.php;*.php3;*.php4;*.php5;*.phtml;
+Po=*.po;*.pot;
 Python=*.py;*.pyw;
+reStructuredText=*.rest;*.reST;*.rst;
 R=*.R;*.r;
 Ruby=*.rb;*.rhtml;*.ruby;
 Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;*.ash;*.bash;*.m4;
+SQL=*.sql;
 Tcl=*.tcl;*.tk;*.wish;
-CSS=*.css;
-Docbook=*.docbook;
-Forth=*.fs;*.fth;
-HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;
+txt2tags=*.t2t;
+Vala=*.vala;*.vapi;
+Verilog=*.v;
+VHDL=*.vhd;*.vhdl;
 XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;
-CMake=CMakeLists.txt;*.cmake;*.ctest;
-Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;
-Diff=*.diff;*.patch;*.rej;
-Lisp=*.lisp;
-NSIS=*.nsi;*.nsh;
-Po=*.po;*.pot;
-LaTeX=*.tex;*.sty;*.idx;*.ltx;
-reStructuredText=*.rest;*.reST;*.rst;
-txt2tags=*.t2t;
-SQL=*.sql;
 YAML=*.yaml;*.yml;
 None=*;


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