<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments, branch 2.11.2</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>Prepare 2.11.2 release.</title>
<updated>2022-01-06T11:12:07+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-01-06T11:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=cd3ad20dfc8a6cb43e2c0b22b14446dcc0a554d7'/>
<id>cd3ad20dfc8a6cb43e2c0b22b14446dcc0a554d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CFamily: improve label detection (#2022)</title>
<updated>2022-01-06T11:05:25+00:00</updated>
<author>
<name>amitkummer</name>
<email>49096391+amitkummer@users.noreply.github.com</email>
</author>
<published>2022-01-06T11:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=bd6d6826bd19faac9d30016e2fd42a5f7996df15'/>
<id>bd6d6826bd19faac9d30016e2fd42a5f7996df15</id>
<content type='text'>
* Remove unused variable

This variable is unused since the first commit to this file
in the commit history, so it's probably safe to remove it.

* Lex identifier as label only if it's at line start

* Stop matching identifiers that begin with a digit

This is so we don't match numbers as labels with the new labels rule.

* Add label tests

* Fix existing tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused variable

This variable is unused since the first commit to this file
in the commit history, so it's probably safe to remove it.

* Lex identifier as label only if it's at line start

* Stop matching identifiers that begin with a digit

This is so we don't match numbers as labels with the new labels rule.

* Add label tests

* Fix existing tests</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1986.</title>
<updated>2022-01-06T11:02:42+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-01-06T11:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=8fdd6b9879a6c34b908fa03a6ff15f764192a54e'/>
<id>8fdd6b9879a6c34b908fa03a6ff15f764192a54e</id>
<content type='text'>
Some formatters did not backtrack to parent token types correctly when
trying to find a matching style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some formatters did not backtrack to parent token types correctly when
trying to find a matching style.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #2020.</title>
<updated>2022-01-05T15:51:35+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-01-05T15:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=05d1867453b93540344989e14cd2de27ccbe53de'/>
<id>05d1867453b93540344989e14cd2de27ccbe53de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-1' of https://github.com/Kwpolska/pygments into Kwpolska-patch-1</title>
<updated>2022-01-03T19:03:02+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-01-03T19:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=b2b0bc7df75c4567abf59f427daea7bc13be6933'/>
<id>b2b0bc7df75c4567abf59f427daea7bc13be6933</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Java: fix lexing of 'record' soft keyword (#2018)</title>
<updated>2022-01-03T18:40:34+00:00</updated>
<author>
<name>amitkummer</name>
<email>49096391+amitkummer@users.noreply.github.com</email>
</author>
<published>2022-01-03T18:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=e0f4e77e9ce4957385a9ea0f6910f04062fe40f0'/>
<id>e0f4e77e9ce4957385a9ea0f6910f04062fe40f0</id>
<content type='text'>
* Java: fix lexing of 'record' soft keyword

Refactor the Java lexer to treat `record` as a soft keyword.

Previously, the lexer assumed record is a reserved word, even though
it is a soft keyword which can be used as a variable name.

This refactor lexes record as a keyword only if it appears at the
beggining of the line, with some potential other keywords like public
and private preceding it.

* Remove repetition in capture group

* Update test output</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Java: fix lexing of 'record' soft keyword

Refactor the Java lexer to treat `record` as a soft keyword.

Previously, the lexer assumed record is a reserved word, even though
it is a soft keyword which can be used as a variable name.

This refactor lexes record as a keyword only if it appears at the
beggining of the line, with some potential other keywords like public
and private preceding it.

* Remove repetition in capture group

* Update test output</pre>
</div>
</content>
</entry>
<entry>
<title>Generate valid links if lineanchors but no linenos set (#2013)</title>
<updated>2021-12-31T18:51:31+00:00</updated>
<author>
<name>Chris Warrick</name>
<email>kwpolska@gmail.com</email>
</author>
<published>2021-12-31T18:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=346564d693117b8ebc9606511bc83627971c7ac2'/>
<id>346564d693117b8ebc9606511bc83627971c7ac2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare 2.11.1 release.</title>
<updated>2021-12-31T14:53:28+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-12-31T14:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=ed94178ddda8fa4ba4d5d88bf0e777c40cc14a0e'/>
<id>ed94178ddda8fa4ba4d5d88bf0e777c40cc14a0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve fix for #2010.</title>
<updated>2021-12-31T14:43:48+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-12-31T14:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=e0c828ff08f143e0627467706573708d9cad0441'/>
<id>e0c828ff08f143e0627467706573708d9cad0441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #2010.</title>
<updated>2021-12-30T22:06:02+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-12-30T22:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=88ed195d6d3623b8bdc9c7590bccb5dfeb3a7cf7'/>
<id>88ed195d6d3623b8bdc9c7590bccb5dfeb3a7cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
