Skip to content

Commit

Permalink
Document pattern_syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed May 10, 2015
1 parent ba8fe34 commit c8a0e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/nanoc/cli/commands/create-site.rb
Expand Up @@ -19,7 +19,9 @@ def array_to_yaml(array)
end

DEFAULT_CONFIG = <<EOS unless defined? DEFAULT_CONFIG
# TODO: document
# The syntax to use for patterns in the Rules file. Can be either `"glob"`
# (default) or `null`. The former will enable glob patterns, which behave like
# Ruby’s File.fnmatch. The latter will enable nanoc 3.x-style patterns.
pattern_syntax: glob
# A list of file extensions that nanoc will consider to be textual rather than
Expand Down

0 comments on commit c8a0e0b

Please sign in to comment.