<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments/lexers/dotnet.py, branch 1.6</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Happy new year 2013.</title>
<updated>2013-01-09T11:46:32+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-01-09T11:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=8091103138508107c911681be1a1795683bacb11'/>
<id>8091103138508107c911681be1a1795683bacb11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize regex metachar escaping, since the surrogate support breaks</title>
<updated>2012-08-27T07:30:35+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2012-08-27T07:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=37faac7f1b6ca003f3a942bf490f049edf566ef8'/>
<id>37faac7f1b6ca003f3a942bf490f049edf566ef8</id>
<content type='text'>
one-parsed-char per unicode codepoint already.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one-parsed-char per unicode codepoint already.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #791: CSharp: remove unneeded "|\n" from Comment.Multiline pattern</title>
<updated>2012-07-18T13:51:19+00:00</updated>
<author>
<name>Yuya Nishihara</name>
<email>yuya@tcha.org</email>
</author>
<published>2012-07-18T13:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=fed97691f775e807116fcecd1fbc79aee272cf75'/>
<id>fed97691f775e807116fcecd1fbc79aee272cf75</id>
<content type='text'>
Because CSharpLexer enables re.DOTALL flag, "." also matches "\n".
"(.|\n)" slows down matching speed significantly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because CSharpLexer enables re.DOTALL flag, "." also matches "\n".
"(.|\n)" slows down matching speed significantly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add C# 5.0 async/await keywords</title>
<updated>2012-05-01T18:59:36+00:00</updated>
<author>
<name>Paul Betts</name>
<email>paul@paulbetts.org</email>
</author>
<published>2012-05-01T18:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=9a47ecdb187b368bec6b0594722eb1b400d137f9'/>
<id>9a47ecdb187b368bec6b0594722eb1b400d137f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bunch of minor issues noticed by regexlint</title>
<updated>2012-03-09T20:06:18+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2012-03-09T20:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=51554677f58c968b5baba582ad604565a4742279'/>
<id>51554677f58c968b5baba582ad604565a4742279</id>
<content type='text'>
---
 pygments/lexers/agile.py      |    8 ++++----
 pygments/lexers/dotnet.py     |    8 ++++----
 pygments/lexers/functional.py |    5 ++++-
 pygments/lexers/hdl.py        |    5 +++--
 pygments/lexers/other.py      |    2 +-
 pygments/lexers/templates.py  |   31 ++++++++++++++++---------------
 pygments/lexers/text.py       |    4 ++--
 pygments/lexers/web.py        |    6 +++---
 8 files changed, 37 insertions(+), 32 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---
 pygments/lexers/agile.py      |    8 ++++----
 pygments/lexers/dotnet.py     |    8 ++++----
 pygments/lexers/functional.py |    5 ++++-
 pygments/lexers/hdl.py        |    5 +++--
 pygments/lexers/other.py      |    2 +-
 pygments/lexers/templates.py  |   31 ++++++++++++++++---------------
 pygments/lexers/text.py       |    4 ++--
 pygments/lexers/web.py        |    6 +++---
 8 files changed, 37 insertions(+), 32 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pygments-main with pygments-tim</title>
<updated>2012-02-28T02:55:15+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2012-02-28T02:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=814ffe63d57962c61ee65cedf289df7633d2ee3e'/>
<id>814ffe63d57962c61ee65cedf289df7633d2ee3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #737: CSharpASP: remove unconditional 0.001 from analyse_text</title>
<updated>2012-02-12T07:18:34+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-12T07:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=bfa8078e1e5b82b366b43b6729987488bdf8c58d'/>
<id>bfa8078e1e5b82b366b43b6729987488bdf8c58d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update.</title>
<updated>2012-02-05T11:58:02+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-05T11:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=da76eda0936b0d83d138a4a42b815d77b1534932'/>
<id>da76eda0936b0d83d138a4a42b815d77b1534932</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #679: fix Boo string regexes.</title>
<updated>2012-02-05T08:13:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-05T08:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=22232dd8a13d05c204d9e4b2030cb7be7f468805'/>
<id>22232dd8a13d05c204d9e4b2030cb7be7f468805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #706: "infinite" looping in Nemerle lexer (in reality just a backtracking-intensive regex).</title>
<updated>2012-02-05T07:47:36+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-05T07:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=1bec106c1dedc908e3cbdf833df21da476e90ccf'/>
<id>1bec106c1dedc908e3cbdf833df21da476e90ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
