Merge pull request #3916 from techee/symtree_icons
[geany-mirror.git] / data / filetype_extensions.conf
blob3937d0231bd5fedb8cfff07a6843be5ee1b56227
1 # Filetype extension configuration file for Geany
2 # Insert as many items as you want, separate them with a ";".
3 # See Geany's main documentation for details.
4 [Extensions]
5 Abaqus=*.inp;
6 Abc=*.abc;*.abp;
7 ActionScript=*.as;
8 Ada=*.adb;*.ads;
9 Arduino=*.ino;*.pde;
10 Asciidoc=*.asciidoc;*.adoc;
11 ASM=*.asm;*.asm51;*.a51;*.s;*.S;*.sx;
12 AutoIt=*.au3;
13 Batch=*.bat;*.cmd;*.nt;
14 BibTeX=*.bib;
15 CAML=*.ml;*.mli;
16 C=*.c;*.xpm;
17 C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;
18 Clojure=*.clj;*.cljs;*.cljc;
19 CUDA=*.cu;*.cuh;*.h;
20 C#=*.cs;
21 CMake=CMakeLists.txt;*.cmake;*.ctest;
22 COBOL=*.cob;*.cpy;*.cbl;*.cobol;
23 CoffeeScript=*.coffee;Cakefile;*.Cakefile;*.coffee.erb;*.iced;*.iced.erb;
24 Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;*.properties;
25 CSS=*.css;
26 Cython=*.pyx;*.pxd;*.pxi;
27 D=*.d;*.di;
28 Diff=*.diff;*.patch;*.rej;
29 Docbook=*.docbook;
30 Dockerfile=Dockerfile;dockerfile;*.dockerfile;*.Dockerfile;Dockerfile.*;
31 Erlang=*.erl;*.hrl;
32 F77=*.f;*.for;*.ftn;*.f77;*.F;*.FOR;*.FTN;*.fpp;*.FPP;*.F77;
33 Forth=*.fs;*.fth;
34 Fortran=*.f90;*.f95;*.f03;*.f08;*.F90;*.F95;*.F03;*.F08;
35 FreeBasic=*.bas;*.bi;*.vbs;
36 GDScript=*.gd;
37 Genie=*.gs;
38 GLSL=*.glsl;*.frag;*.vert;
39 Go=*.go;
40 Graphviz=*.gv;*.dot;
41 Groovy=*.groovy;*.gradle;
42 Haskell=*.hs;*.lhs;*.hs-boot;*.lhs-boot;
43 Haxe=*.hx;
44 HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl;
45 Java=*.java;*.jsp;
46 Javascript=*.js;*.cjs;*.mjs;
47 JSON=*.json;
48 Julia=*.jl;
49 Kotlin=*.kt;*.kts;
50 LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;
51 Lisp=*.lisp;*.el;
52 Lua=*.lua;
53 Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
54 Markdown=*.mdml;*.markdown;*.md;*.mkd;*.mkdn;*.mdwn;*.mdown;*.mdtxt;*.mdtext;
55 Matlab/Octave=*.m;
56 Meson=meson.build;meson.options;meson_options.txt;
57 Nim=*.nim;
58 NSIS=*.nsi;*.nsh;
59 Objective-C=*.m;*.mm;*.h;
60 Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;*.lpr;
61 Perl=*.pl;*.perl;*.pm;*.agi;*.pod;
62 PHP=*.php;*.php3;*.php4;*.php5;*.phtml;
63 Po=*.po;*.pot;
64 Python=*.py;*.pyw;SConstruct;SConscript;wscript;
65 PowerShell=*.ps1;*.psm1;
66 reStructuredText=*.rest;*.reST;*.rst;
67 R=*.R;*.r;
68 Raku=*.p6;*.pl6;*.pm6;*.t6;*.raku;*.rakumod;*.rakutest;
69 Rust=*.rs;
70 Ruby=*.rb;*.rhtml;*.ruby;*.gemspec;Gemfile;rakefile;Rakefile;
71 Scala=*.scala;*.scl;
72 Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.mksh;*.zsh;*.ash;*.bash;.bashrc;bash.bashrc;.bash_*;bash_*;*.m4;PKGBUILD;*profile;
73 Smalltalk=*.st;
74 SQL=*.sql;
75 Swift=*.swift;
76 Tcl=*.tcl;*.tk;*.wish;*.exp;
77 Txt2tags=*.t2t;
78 TypeScript=*.ts;*.cts;*.mts;
79 Vala=*.vala;*.vapi;
80 Verilog=*.v;
81 VHDL=*.vhd;*.vhdl;
82 XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;*.xul;*.dtd;*.xtpl;*.mml;*.mathml;
83 YAML=*.yaml;*.yml;
84 Zephir=*.zep;
85 None=*;
87 # Note: restarting is required after editing groups
88 [Groups]
89 Programming=Arduino;Clojure;CUDA;Cython;Genie;Groovy;Kotlin;Nim;Scala;Swift;
90 Script=Dockerfile;Graphviz;TypeScript;Meson;
91 Markup=
92 Misc=JSON;
93 None=