Added "news" to no_highlight_files

This commit is contained in:
Stefan Tatschner 2014-12-03 12:50:00 +01:00
parent ac04665a8c
commit 8049779335
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ module BlobHelper
end
def no_highlight_files
%w(credits changelog copying copyright license authors)
%w(credits changelog news copying copyright license authors)
end
end