Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Updates docs with new submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mason committed Aug 31, 2016
1 parent 016fd69 commit b8550ca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,14 @@ Normally, whitespace between grammar elements is ignored when they are added tog
**NL_WHITE**
Same as `WHITE` but also matches new lines.

`undebt.pattern.python`
-----------------------
`undebt.pattern.lang`
---------------------

Contains common patterns for a variety of languages. For example, for patterns
specific to the Python grammar, use `undebt.pattern.lang.python`.

`undebt.pattern.lang.python`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**EXPR**
Matches any valid Python expression.
Expand Down

0 comments on commit b8550ca

Please sign in to comment.