2006-08-01 16:12:45 +00:00
|
|
|
#Filetype extension configuration file for Geany
|
|
|
|
#Insert as many items as you want, seperate them with a ";".
|
|
|
|
#See Geany's main documentation for details.
|
|
|
|
[Extensions]
|
|
|
|
C=*.c;*.h;
|
|
|
|
C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;
|
|
|
|
D=*.d;*.di;
|
|
|
|
Java=*.java;
|
|
|
|
Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
|
|
|
|
ASM=*.asm;
|
2006-08-15 17:57:41 +00:00
|
|
|
Fortran=*.f;*.f77;*.f90;*.f95;*.for;*.ftn;
|
2006-08-27 17:39:34 +00:00
|
|
|
Ferite=*.fe;
|
2006-08-01 16:12:45 +00:00
|
|
|
CAML=*.ml;*.mli;
|
|
|
|
Perl=*.pl;*.perl;*.pm;
|
|
|
|
PHP=*.php;*.php3;*.php4;*.php5;*.html;*.htm;
|
|
|
|
Python=*.py;*.pyw;
|
|
|
|
Ruby=*.rb;*.rhtml;
|
|
|
|
Tcl=*.tcl;*.tk;*.wish;
|
|
|
|
Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;
|
2006-08-01 20:07:58 +00:00
|
|
|
Make=*.mak;*.mk;Makefile*;makefile*;
|
2006-08-01 16:12:45 +00:00
|
|
|
XML=*.xml;*.sgml;
|
|
|
|
Docbook=*.docbook;
|
|
|
|
CSS=*.css;
|
|
|
|
SQL=*.sql;
|
|
|
|
LaTeX=*.tex;*.sty;*.idx;
|
|
|
|
O-Matrix=*.oms;
|
|
|
|
Conf=*.conf;*.ini;config;*rc;*.cfg;
|
2006-08-27 17:39:34 +00:00
|
|
|
Diff=*.diff;*.patch;
|
2006-08-01 16:12:45 +00:00
|
|
|
None=*;
|