112 """ |
112 """ |
113 A `wdiff <https://www.gnu.org/software/wdiff/>`_ lexer. |
113 A `wdiff <https://www.gnu.org/software/wdiff/>`_ lexer. |
114 |
114 |
115 Note that: |
115 Note that: |
116 |
116 |
117 * only to normal output (without option like -l). |
117 * It only works with normal output (without options like ``-l``). |
118 * if target files of wdiff contain "[-", "-]", "{+", "+}", |
118 * If the target files contain "[-", "-]", "{+", or "+}", |
119 especially they are unbalanced, this lexer will get confusing. |
119 especially they are unbalanced, the lexer will get confused. |
120 |
120 |
121 .. versionadded:: 2.2 |
121 .. versionadded:: 2.2 |
122 """ |
122 """ |
123 |
123 |
124 name = 'WDiff' |
124 name = 'WDiff' |