diff options
author | Yuya Nishihara <yuya@tcha.org> | 2012-07-18 22:51:19 +0900 |
---|---|---|
committer | Yuya Nishihara <yuya@tcha.org> | 2012-07-18 22:51:19 +0900 |
commit | 8014741aa9e3dc21052f5d534fd2028d6489c4ee (patch) | |
tree | e23fa0125a1823b8ed5fc5a2b206bc4e487f5d7e /pygments/lexers/_mapping.py | |
parent | e2ea98f0f72ca05e55b234b2a6dd548692818ac2 (diff) | |
download | pygments-8014741aa9e3dc21052f5d534fd2028d6489c4ee.tar.gz |
Closes #791: CSharp: remove unneeded "|\n" from Comment.Multiline pattern
Because CSharpLexer enables re.DOTALL flag, "." also matches "\n".
"(.|\n)" slows down matching speed significantly.
Diffstat (limited to 'pygments/lexers/_mapping.py')
0 files changed, 0 insertions, 0 deletions