diff options
author | James Moger <james.moger@gitblit.com> | 2013-03-28 10:10:56 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-03-28 10:10:56 -0400 |
commit | 52cba9610b3c981a1559020e110461f2ca82c5e8 (patch) | |
tree | 851a76fd05d2ce508a8e7a05c364075569fed248 /src | |
parent | dbf594ea99c7c742ced3973285d263cc7bdecebd (diff) | |
download | gitblit-52cba9610b3c981a1559020e110461f2ca82c5e8.tar.gz gitblit-52cba9610b3c981a1559020e110461f2ca82c5e8.zip |
Added Moxie and Yaml to prettify extensions
Diffstat (limited to 'src')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index a05f5d2d..c1587d6b 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -809,7 +809,7 @@ web.luceneIgnoreExtensions = 7z arc arj bin bmp dll doc docx exe gif gz jar jpg #
# SPACE-DELIMITED
# SINCE 0.5.0
-web.prettyPrintExtensions = c cpp cs css frm groovy htm html java js php pl prefs properties py rb scala sh sql xml vb
+web.prettyPrintExtensions = c cpp cs css frm groovy htm html java js moxie php pl prefs properties py rb scala sh sql xml vb yaml yml
# Registered extensions for markdown transformation
#
|