55336b6cd8
(This uses the newly added [styling=C] syntax). git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5602 ea778897-0a13-0410-b9d1-a72fbfd435f5
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
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]
|
|
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;
|
|
CMake=CMakeLists.txt;*.cmake;*.ctest;
|
|
COBOL=*.cob;*.cpy;*.cbl;*.cobol;
|
|
Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;
|
|
CSS=*.css;
|
|
D=*.d;*.di;
|
|
Diff=*.diff;*.patch;*.rej;
|
|
Docbook=*.docbook;
|
|
Erlang=*.erl;
|
|
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;
|
|
HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;
|
|
Java=*.java;*.jsp;
|
|
Javascript=*.js;
|
|
LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;
|
|
Lisp=*.lisp;
|
|
Lua=*.lua;
|
|
Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
|
|
Markdown=*.mdml;
|
|
Matlab/Octave=*.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;
|
|
Scala=*.scl;
|
|
Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;*.ash;*.bash;*.m4;
|
|
SQL=*.sql;
|
|
Tcl=*.tcl;*.tk;*.wish;
|
|
Txt2tags=*.t2t;
|
|
Vala=*.vala;*.vapi;
|
|
Verilog=*.v;
|
|
VHDL=*.vhd;*.vhdl;
|
|
XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;
|
|
YAML=*.yaml;*.yml;
|
|
None=*;
|