0dd8de529d
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1224 ea778897-0a13-0410-b9d1-a72fbfd435f5
34 lines
944 B
Plaintext
34 lines
944 B
Plaintext
#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;*.jsp;
|
|
Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
|
|
ASM=*.asm;
|
|
Fortran=*.f;*.for;*.ftn;*.f77;*.f90;*.f95;
|
|
CAML=*.ml;*.mli;
|
|
Perl=*.pl;*.perl;*.pm;*.agi;
|
|
PHP=*.php;*.php3;*.php4;*.php5;*.phtml;
|
|
Javascript=*.js;
|
|
Python=*.py;*.pyw;
|
|
Ruby=*.rb;*.rhtml;
|
|
Tcl=*.tcl;*.tk;*.wish;
|
|
Lua=*.lua;
|
|
Ferite=*.fe;
|
|
Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;
|
|
Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
|
|
XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;
|
|
Docbook=*.docbook;
|
|
HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;
|
|
CSS=*.css;
|
|
SQL=*.sql;
|
|
LaTeX=*.tex;*.sty;*.idx;
|
|
O-Matrix=*.oms;
|
|
VHDL=*.vhd;*.vhdl;
|
|
Diff=*.diff;*.patch;
|
|
Conf=*.conf;*.ini;config;*rc;*.cfg;
|
|
None=*;
|