Change the source parsers feature a bit:

* parsers -> source_parsers
* add docs
* require fully qualified name or class
* add test for it
This commit is contained in:
Georg Brandl
2015-03-08 13:11:28 +01:00
parent 0cb9b1db02
commit ad612fb03d
12 changed files with 65 additions and 36 deletions

View File

@@ -18,6 +18,8 @@ Features added
declaraction. #1577, #1744
* The :confval:`source_suffix` config value can now be a list of multiple
suffixes.
* Add the ability to specify source parsers by source suffix with the
:confval:`source_parsers` config value.
Bugs fixed
----------