From 91a6d2f7965d64f991b641a726a43a9360e90888 Mon Sep 17 00:00:00 2001 From: Yannick Ihmels Date: Thu, 25 Jun 2015 14:54:09 +0200 Subject: [PATCH] Added `.atom` to default text extensions --- lib/nanoc/base/source_data/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nanoc/base/source_data/configuration.rb b/lib/nanoc/base/source_data/configuration.rb index 595d74fe6b..a3035cb0d6 100644 --- a/lib/nanoc/base/source_data/configuration.rb +++ b/lib/nanoc/base/source_data/configuration.rb @@ -20,7 +20,7 @@ class Configuration # that lacks some options, the default value will be taken from # `DEFAULT_CONFIG`. DEFAULT_CONFIG = { - text_extensions: %w( css erb haml htm html js less markdown md php rb sass scss txt xhtml xml coffee hb handlebars mustache ms slim rdoc ).sort, + text_extensions: %w( atom css erb haml htm html js less markdown md php rb sass scss txt xhtml xml coffee hb handlebars mustache ms slim rdoc ).sort, lib_dirs: %w( lib ), commands_dirs: %w( commands ), output_dir: 'output',