sapling/hgext/highlight
Matt Mackall f0a5f8920f highlight: ignore Unicode's extra linebreaks (issue4291)
Unicode and Python's unicode.splitlines() treat several extra legacy
ASCII codepoints as linebreaks, even though the vast bulk of computing
and Python's own str.splitlines() do not. Rather than introduce line
numbering confusion, we filter them out when highlighting.
2014-12-17 13:25:24 -06:00
..
__init__.py check-code: check for spaces around = for named parameters 2013-10-03 14:50:47 +02:00
highlight.py highlight: ignore Unicode's extra linebreaks (issue4291) 2014-12-17 13:25:24 -06:00