Mercurial > moin > 1.9
changeset 5288:c97e004300ac
HighlighterList: fix src formatting
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Mon, 16 Nov 2009 09:30:16 +0100 |
parents | ad509ff9d8c5 |
children | e0e6cd609789 |
files | MoinMoin/macro/HighlighterList.py |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/macro/HighlighterList.py Mon Nov 16 10:10:03 2009 +0300 +++ b/MoinMoin/macro/HighlighterList.py Mon Nov 16 09:30:16 2009 +0100 @@ -1,8 +1,7 @@ """ HighlighterList Macro - MoinMoin - A simple macro for displaying a table with list of available - Pygments lexers. + MoinMoin - A simple macro for displaying a table with list of available Pygments lexers. Usage: <<HighlighterList([columns=<list of one of description, names, patterns, mimetypes, separated by pipe>, @@ -15,9 +14,9 @@ all columns are displayed. @param sort_column: Name of column by which list should be sorted. Column name can be one of "description", "names", "patterns", "mimetypes". - If column is not "name", item values in this columns will be split. - Has effect in any case (not only when sort is True). If sort_column - is empty, description column is used. + If column is not "name", item values in this columns will be split. + Has effect in any case (not only when sort is True). If sort_column + is empty, description column is used. @param filter_re: Filtering regular expression which data in sort_column should match. If filter_re is empty, no filtering performed. @param sort: Boolean value (true values are strings "true", "1", "yes" in