summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
diff options
context:
space:
mode:
authorYuya Nishihara <yuya@tcha.org>2012-07-18 22:51:19 +0900
committerYuya Nishihara <yuya@tcha.org>2012-07-18 22:51:19 +0900
commit8014741aa9e3dc21052f5d534fd2028d6489c4ee (patch)
treee23fa0125a1823b8ed5fc5a2b206bc4e487f5d7e /pygments/lexers/_mapping.py
parente2ea98f0f72ca05e55b234b2a6dd548692818ac2 (diff)
downloadpygments-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