[geany/geany-osx] 9ae8e3: Update supported filetypes

Jiří Techet git-noreply at xxxxx
Tue Oct 12 14:20:21 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 12 Oct 2021 14:20:21 UTC
Commit:      9ae8e3833777ff55ec2d33502c1c47cce5e8936f
             https://github.com/geany/geany-osx/commit/9ae8e3833777ff55ec2d33502c1c47cce5e8936f

Log Message:
-----------
Update supported filetypes


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

Modified: Info.plist
14 lines changed, 14 insertions(+), 0 deletions(-)
===================================================================
@@ -789,6 +789,20 @@
 			<key>LSHandlerRank</key>
 			<string>Alternate</string>
 		</dict>
+		<dict>
+			<key>CFBundleTypeName</key>
+			<string>Julia Source</string>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>jl</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>Kotlin Source</string>


Modified: utils/plist_filetypes.py
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -44,13 +44,15 @@
 Java=*.java;*.jsp;
 Javascript=*.js;
 JSON=*.json;
+Julia=*.jl;
 Kotlin=*.kt;*.kts;
 LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;
 Lisp=*.lisp;
 Lua=*.lua;
 Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
 Markdown=*.mdml;*.markdown;*.md;*.mkd;*.mkdn;*.mdwn;*.mdown;*.mdtxt;*.mdtext;
 Matlab/Octave=*.m;
+Meson=meson.build;
 Nim=*.nim;
 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