Skip to content

Commit

Permalink
Merge pull request #1280 from rien/fix/add-tex-to-text-extensions
Browse files Browse the repository at this point in the history
Add .tex to text_extensions
  • Loading branch information
denisdefreyne committed Dec 24, 2017
2 parents ef94858 + 20e0b13 commit ec5dd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoc/lib/nanoc/base/entities/configuration.rb
Expand Up @@ -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',
Expand Down

0 comments on commit ec5dd8e

Please sign in to comment.