From de5c696f94e8dde242c29d4be50b7bbf3c17fedb Mon Sep 17 00:00:00 2001 From: Isaac Muse Date: Thu, 23 Nov 2017 07:56:38 -0700 Subject: Feature ancestry (#598) Ancestry exclusion for inline patterns. Adds the ability for an inline pattern to define a list of ancestor tag names that should be avoided. If a pattern would create a descendant of one of the listed tag names, the pattern will not match. Fixes #596. --- .spell-dict | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.spell-dict') diff --git a/.spell-dict b/.spell-dict index 44d0a16..fb9ea28 100644 --- a/.spell-dict +++ b/.spell-dict @@ -103,6 +103,7 @@ traceback Tredinnick Treeprocessor Treeprocessors +tuple tuples unordered untrusted @@ -122,4 +123,4 @@ wiki JavaScript plugin plugins -configs \ No newline at end of file +configs -- cgit v1.2.3