[geany/geany-osx] 34e11e: Update filetype extensions

Jiří Techet git-noreply at xxxxx
Fri Mar 11 14:45:28 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Fri, 11 Mar 2016 14:45:28 UTC
Commit:      34e11ebc6914c3a11cd6d3f315656a672b8348a7
             https://github.com/geany/geany-osx/commit/34e11ebc6914c3a11cd6d3f315656a672b8348a7

Log Message:
-----------
Update filetype extensions


Modified Paths:
--------------
    Info.plist
    plist_filetypes.py

Modified: Info.plist
23 lines changed, 23 insertions(+), 0 deletions(-)
===================================================================
@@ -213,7 +213,9 @@
 			<string>ASM Source</string>
 			<key>CFBundleTypeExtensions</key>
 			<array>
+				<string>a51</string>
 				<string>asm</string>
+				<string>asm51</string>
 			</array>
 			<key>CFBundleTypeIconFile</key>
 			<string>Geany.icns</string>
@@ -295,6 +297,22 @@
 		</dict>
 		<dict>
 			<key>CFBundleTypeName</key>
+			<string>Clojure Source</string>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>clj</string>
+				<string>cljc</string>
+				<string>cljs</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>Geany.icns</string>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSHandlerRank</key>
+			<string>Alternate</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeName</key>
 			<string>CUDA Source</string>
 			<key>CFBundleTypeExtensions</key>
 			<array>
@@ -794,7 +812,12 @@
 				<string>markdown</string>
 				<string>md</string>
 				<string>mdml</string>
+				<string>mdown</string>
+				<string>mdtext</string>
+				<string>mdtxt</string>
+				<string>mdwn</string>
 				<string>mkd</string>
+				<string>mkdn</string>
 			</array>
 			<key>CFBundleTypeIconFile</key>
 			<string>Geany.icns</string>


Modified: plist_filetypes.py
5 lines changed, 3 insertions(+), 2 deletions(-)
===================================================================
@@ -8,11 +8,12 @@
 ActionScript=*.as;
 Ada=*.adb;*.ads;
 Asciidoc=*.asciidoc;*.adoc;
-ASM=*.asm;
+ASM=*.asm;*.asm51;*.a51;
 Batch=*.bat;*.cmd;*.nt;
 CAML=*.ml;*.mli;
 C=*.c;*.h;*.xpm;
 C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;
+Clojure=*.clj;*.cljs;*.cljc;
 CUDA=*.cu;*.cuh;*.h;
 C#=*.cs;
 CMake=CMakeLists.txt;*.cmake;*.ctest;
@@ -44,7 +45,7 @@
 Lisp=*.lisp;
 Lua=*.lua;
 Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
-Markdown=*.mdml;*.markdown;*.md;*.mkd;
+Markdown=*.mdml;*.markdown;*.md;*.mkd;*.mkdn;*.mdwn;*.mdown;*.mdtxt;*.mdtext;
 Matlab/Octave=*.m;
 NSIS=*.nsi;*.nsh;
 Objective-C=*.m;*.mm;*.h;



--------------
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