[geany/geany-osx] 51f834: Update filetype extensions for release
Jiří Techet
git-noreply at xxxxx
Sun Nov 15 19:37:35 UTC 2015
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sun, 15 Nov 2015 19:37:35 UTC
Commit: 51f8347ad55e490d25f70f52d90d9372db9b4d7d
https://github.com/geany/geany-osx/commit/51f8347ad55e490d25f70f52d90d9372db9b4d7d
Log Message:
-----------
Update filetype extensions for release
Modified Paths:
--------------
Info.plist
plist_filetypes.py
Modified: Info.plist
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -198,6 +198,7 @@
<string>Asciidoc Source</string>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>adoc</string>
<string>asciidoc</string>
</array>
<key>CFBundleTypeIconFile</key>
@@ -1140,6 +1141,8 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>dtd</string>
+ <string>mathml</string>
+ <string>mml</string>
<string>sgml</string>
<string>xhtml</string>
<string>xml</string>
Modified: plist_filetypes.py
10 lines changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -7,7 +7,7 @@
Abc=*.abc;*.abp;
ActionScript=*.as;
Ada=*.adb;*.ads;
-Asciidoc=*.asciidoc;
+Asciidoc=*.asciidoc;*.adoc;
ASM=*.asm;
Batch=*.bat;*.cmd;*.nt;
CAML=*.ml;*.mli;
@@ -17,7 +17,7 @@
C#=*.cs;
CMake=CMakeLists.txt;*.cmake;*.ctest;
COBOL=*.cob;*.cpy;*.cbl;*.cobol;
-CoffeeScript=*.coffee;Cakefile;*.Cakefile;*.coffee.erb;*.iced;*.iced.erb
+CoffeeScript=*.coffee;Cakefile;*.Cakefile;*.coffee.erb;*.iced;*.iced.erb;
Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;*.properties;
CSS=*.css;
Cython=*.pyx;*.pxd;*.pxi;
@@ -25,10 +25,10 @@
Diff=*.diff;*.patch;*.rej;
Docbook=*.docbook;
Erlang=*.erl;*.hrl;
-F77=*.f;*.for;*.ftn;*.f77;*.F;*.FOR;*.FTN;*.fpp;*.FPP
+F77=*.f;*.for;*.ftn;*.f77;*.F;*.FOR;*.FTN;*.fpp;*.FPP;
Ferite=*.fe;
Forth=*.fs;*.fth;
-Fortran=*.f90;*.f95;*.f03;*.f08;*.F90;*.F95;*.F03;*.F08
+Fortran=*.f90;*.f95;*.f03;*.f08;*.F90;*.F95;*.F03;*.F08;
FreeBasic=*.bas;*.bi;*.vbs;
Genie=*.gs;
GLSL=*.glsl;*.frag;*.vert;
@@ -66,7 +66,7 @@
Vala=*.vala;*.vapi;
Verilog=*.v;
VHDL=*.vhd;*.vhdl;
-XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;*.xul;*.dtd;*.xtpl;
+XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd;*.xhtml;*.xul;*.dtd;*.xtpl;*.mml;*.mathml;
YAML=*.yaml;*.yml;
Zephir=*.zep;
'''
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list