summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command b/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command
index 2d7dd523527..f8751f86769 100644
--- a/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command
+++ b/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.command
@@ -62,10 +62,12 @@ defaults write "$TeXShopDir/Contents/Info.plist" CFBundleDocumentTypes -array-ad
echo "Adding Gregorio file extensions to appropriate preference lists"
#enable syntax coloring and the Typeset button for gabc files
defaults write TeXShop OtherTeXExtensions -array-add "gabc"
+defaults write TeXShop OtherTeXExtensions -array-add "gtex"
#Add gtex and gaux to the list of aux files deleted with Trash Aux Files
defaults write TeXShop OtherTrashExtensions -array-add "gtex"
defaults write TeXShop OtherTrashExtensions -array-add "gaux"
+defaults write TeXShop OtherTrashExtensions -array-add "glog"
echo "Configuration complete"
exit 0