From 20e0b1330ba5734ee9fa8974087cc351e8d1f55f Mon Sep 17 00:00:00 2001 From: Rien Date: Sun, 24 Dec 2017 00:51:23 +0100 Subject: [PATCH] Add .tex to text_extensions --- nanoc/lib/nanoc/base/entities/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanoc/lib/nanoc/base/entities/configuration.rb b/nanoc/lib/nanoc/base/entities/configuration.rb index 60af3277de..3ad5224826 100644 --- a/nanoc/lib/nanoc/base/entities/configuration.rb +++ b/nanoc/lib/nanoc/base/entities/configuration.rb @@ -24,7 +24,7 @@ class Configuration # that lacks some options, the default value will be taken from # `DEFAULT_CONFIG`. DEFAULT_CONFIG = { - text_extensions: %w[adoc asciidoc 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, + text_extensions: %w[adoc asciidoc atom css erb haml htm html js less markdown md php rb sass scss tex txt xhtml xml coffee hb handlebars mustache ms slim rdoc].sort, lib_dirs: %w[lib], commands_dirs: %w[commands], output_dir: 'output',