<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git, branch additional-ABAP-support</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pygments-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/'/>
<entry>
<title>Closing branch additional-ABAP-support.</title>
<updated>2016-01-04T10:19:51+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-01-04T10:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=1766e67fc46536dada1a3570bec1d134e2b2e853'/>
<id>1766e67fc46536dada1a3570bec1d134e2b2e853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added uppercase ABAP filename</title>
<updated>2015-11-20T13:39:01+00:00</updated>
<author>
<name>Brett Rehberg</name>
<email>developer@brehberg.info</email>
</author>
<published>2015-11-20T13:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=e86a6806c8b7471a466d8378d2455acb519b43b6'/>
<id>e86a6806c8b7471a466d8378d2455acb519b43b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Created new branch additional-ABAP-support</title>
<updated>2015-11-20T13:31:42+00:00</updated>
<author>
<name>Brett Rehberg</name>
<email>developer@brehberg.info</email>
</author>
<published>2015-11-20T13:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=5966c863e49d1f07d3fdce313a603d246f92fa2e'/>
<id>5966c863e49d1f07d3fdce313a603d246f92fa2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add explanation for subclassing CsoundDocumentLexer from RegexLexer instead of XmlLexer</title>
<updated>2015-11-13T17:40:14+00:00</updated>
<author>
<name>Nathan Whetsell</name>
<email>nathan.whetsell@gmail.com</email>
</author>
<published>2015-11-13T17:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=2b910cf6b576321b1261379ca2be2d2f19d88ae1'/>
<id>2b910cf6b576321b1261379ca2be2d2f19d88ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged birkenfeld/pygments-main into default</title>
<updated>2015-11-13T17:36:32+00:00</updated>
<author>
<name>Nate Whetsell</name>
<email>nathan.whetsell@gmail.com</email>
</author>
<published>2015-11-13T17:36:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=7b9d59b7fa5ae123e33260cb62ed57825940b36b'/>
<id>7b9d59b7fa5ae123e33260cb62ed57825940b36b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in hhsprings/pygments-hhs-sub/mapping-should-keep-nl (pull request #519)</title>
<updated>2015-11-12T05:47:52+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2015-11-12T05:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=bcae575b929fd3bb87dcbcfbabfd7fb634f3d6c9'/>
<id>bcae575b929fd3bb87dcbcfbabfd7fb634f3d6c9</id>
<content type='text'>
_mapping.py should keep NL, not CRNL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_mapping.py should keep NL, not CRNL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Csound Document lexer inherit from RegexLexer instead of XmlLexer</title>
<updated>2015-11-12T02:29:17+00:00</updated>
<author>
<name>Nathan Whetsell</name>
<email>nathan.whetsell@gmail.com</email>
</author>
<published>2015-11-12T02:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=7d9698ecce2fa3505ee4a3a3522428c414a3e4c4'/>
<id>7d9698ecce2fa3505ee4a3a3522428c414a3e4c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged birkenfeld/pygments-main into default</title>
<updated>2015-11-12T00:41:49+00:00</updated>
<author>
<name>Nate Whetsell</name>
<email>nathan.whetsell@gmail.com</email>
</author>
<published>2015-11-12T00:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=7fb4fea866cde563db8cdaa124798c2198ae20cd'/>
<id>7fb4fea866cde563db8cdaa124798c2198ae20cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged default into mapping-should-keep-nl</title>
<updated>2015-11-10T09:59:44+00:00</updated>
<author>
<name>Hiroaki Itoh</name>
<email>xwhhsprings@gmail.com</email>
</author>
<published>2015-11-10T09:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=b6faaa689966b11f339e96d1d5bfde285fbcd133'/>
<id>b6faaa689966b11f339e96d1d5bfde285fbcd133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in hhsprings/pygments-hhs-sub/add-pkgconfig-lexer (pull request #517)</title>
<updated>2015-11-10T08:30:43+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2015-11-10T08:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=cc5b25d59429e151b23bcbee33641329f2b39820'/>
<id>cc5b25d59429e151b23bcbee33641329f2b39820</id>
<content type='text'>
Add lexers for pkg-config, pacman.conf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add lexers for pkg-config, pacman.conf
</pre>
</div>
</content>
</entry>
</feed>
