~ubuntu-branches/ubuntu/utopic/geany/utopic

« back to all changes in this revision

Viewing changes to .pc/20_add_debian_specific_filetypes.patch/data/filetype_extensions.conf

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-12-10 07:43:26 UTC
  • mfrom: (3.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20111210074326-s8yqbew5i20h33tf
Tags: 0.21-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  - debian/patches/20_use_evince_viewer.patch:
     + use evince as viewer for pdf and dvi files
  - debian/patches/20_use_x_terminal_emulator.patch:
     + use x-terminal-emulator as terminal
  - debian/control
     + Add breaks on geany-plugins-common << 0.20
* Also fixes bugs:
  - Filter for MATLAB/Octave files filters everythign (LP: 885505)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Filetype extension configuration file for Geany
 
2
# Insert as many items as you want, seperate them with a ";".
 
3
# See Geany's main documentation for details.
 
4
[Extensions]
 
5
Abc=*.abc;*.abp;
 
6
ActionScript=*.as;
 
7
Ada=*.adb;*.ads;
 
8
ASM=*.asm;
 
9
CAML=*.ml;*.mli;
 
10
C=*.c;*.h;
 
11
C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;
 
12
C#=*.cs;
 
13
CMake=CMakeLists.txt;*.cmake;*.ctest;
 
14
COBOL=*.cob;*.cpy;*.cbl;*.cobol;
 
15
Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;
 
16
CSS=*.css;
 
17
Cython=*.pyx;*.pxd;*.pxi;
 
18
D=*.d;*.di;
 
19
Diff=*.diff;*.patch;*.rej;
 
20
Docbook=*.docbook;
 
21
Erlang=*.erl;
 
22
F77=*.f;*.for;*.ftn;*.f77;
 
23
Ferite=*.fe;
 
24
Forth=*.fs;*.fth;
 
25
Fortran=*.f90;*.f95;*.f03;
 
26
FreeBasic=*.bas;*.bi;
 
27
Genie=*.gs;
 
28
GLSL=*.glsl;*.frag;*.vert;
 
29
Haskell=*.hs;*.lhs;
 
30
Haxe=*.hx;
 
31
HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;
 
32
Java=*.java;*.jsp;
 
33
Javascript=*.js;
 
34
LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;
 
35
Lisp=*.lisp;
 
36
Lua=*.lua;
 
37
Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
 
38
Markdown=*.mdml;*.markdown;*.md;*.mkd;
 
39
Matlab/Octave=*.m;
 
40
NSIS=*.nsi;*.nsh;
 
41
Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
 
42
Perl=*.pl;*.perl;*.pm;*.agi;*.pod;
 
43
PHP=*.php;*.php3;*.php4;*.php5;*.phtml;
 
44
Po=*.po;*.pot;
 
45
Python=*.py;*.pyw;
 
46
reStructuredText=*.rest;*.reST;*.rst;
 
47
R=*.R;*.r;
 
48
Ruby=*.rb;*.rhtml;*.ruby;
 
49
Scala=*.scl;
 
50
Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;*.ash;*.bash;*.m4;
 
51
SQL=*.sql;
 
52
Tcl=*.tcl;*.tk;*.wish;
 
53
Txt2tags=*.t2t;
 
54
Vala=*.vala;*.vapi;
 
55
Verilog=*.v;
 
56
VHDL=*.vhd;*.vhdl;
 
57
XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;
 
58
YAML=*.yaml;*.yml;
 
59
None=*;
 
60
 
 
61
# Note: restarting is required after editing groups
 
62
[Groups]
 
63
Programming=Cython;Genie;Scala;
 
64
Script=
 
65
Markup=
 
66
Misc=
 
67
None=