<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git, branch 2.12.0</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Bump version number for release.</title>
<updated>2022-04-24T13:30:01+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-04-24T13:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=35de421f65372fb848e86af711cc5797c622e54c'/>
<id>35de421f65372fb848e86af711cc5797c622e54c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES.</title>
<updated>2022-04-24T13:27:55+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-04-24T13:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=7d6df8fca43e360ae2c39e4c1fd21b630a9b9da7'/>
<id>7d6df8fca43e360ae2c39e4c1fd21b630a9b9da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more CSS property names (fixes #2113).</title>
<updated>2022-04-24T13:24:31+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-04-24T13:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=94b4c6ba09b57882fefd1e02080cd76b12d226b5'/>
<id>94b4c6ba09b57882fefd1e02080cd76b12d226b5</id>
<content type='text'>
This change also adds a script to regenerate the list of CSS properties
from the W3C source if needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change also adds a script to regenerate the list of CSS properties
from the W3C source if needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit for MCFunction Lexer + tests (#2107)</title>
<updated>2022-04-24T12:59:41+00:00</updated>
<author>
<name>Rit</name>
<email>RitikShah@users.noreply.github.com</email>
</author>
<published>2022-04-24T12:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8ad1bea2a285b33778aa38eb274ddea9a6afc0b9'/>
<id>8ad1bea2a285b33778aa38eb274ddea9a6afc0b9</id>
<content type='text'>
* Initial commit for MCFunction Lexer + tests

* Apply suggestions from code review

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;

* added docstring info + fix for run ... command

* remove string ending Error tokens

* not working - refactor in-progress

* fixed: generic property

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* apply some fixes from comments

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* spacing

* updated tests and applied more suggestions

* fixed comment regex, passes tests

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;
Co-authored-by: Georg Brandl &lt;georg@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial commit for MCFunction Lexer + tests

* Apply suggestions from code review

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;

* added docstring info + fix for run ... command

* remove string ending Error tokens

* not working - refactor in-progress

* fixed: generic property

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* apply some fixes from comments

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* spacing

* updated tests and applied more suggestions

* fixed comment regex, passes tests

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;
Co-authored-by: Georg Brandl &lt;georg@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Futhark: add missing tokens (#2118)</title>
<updated>2022-04-24T12:57:53+00:00</updated>
<author>
<name>Troels Henriksen</name>
<email>athas@sigkill.dk</email>
</author>
<published>2022-04-24T12:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=323a7056a7df342e2e4e9986204f5d80487fae56'/>
<id>323a7056a7df342e2e4e9986204f5d80487fae56</id>
<content type='text'>
Adds recognition of 'def'/'type^'/'type~' keywords and adds some
missing characters to the regexes for identifiers and punctuation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds recognition of 'def'/'type^'/'type~' keywords and adds some
missing characters to the regexes for identifiers and punctuation.</pre>
</div>
</content>
</entry>
<entry>
<title>Moving Ada Lexer to standalone module (#2117)</title>
<updated>2022-04-24T12:56:52+00:00</updated>
<author>
<name>Gustavo A. Hoffmann</name>
<email>gusthoff@users.noreply.github.com</email>
</author>
<published>2022-04-24T12:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=3f4c7331a18b073209297a125131f860b4bd8220'/>
<id>3f4c7331a18b073209297a125131f860b4bd8220</id>
<content type='text'>
* Moving Ada Lexer to standalone module

* Editorial change: correcting underline

* Moving keywords and standard types to separate Ada builtins file

* Adding separate AdaLexer to the list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Moving Ada Lexer to standalone module

* Editorial change: correcting underline

* Moving keywords and standard types to separate Ada builtins file

* Adding separate AdaLexer to the list</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #632. (#2101)</title>
<updated>2022-04-24T12:56:11+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>Anteru@users.noreply.github.com</email>
</author>
<published>2022-04-24T12:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=992fa6c33cd61d32953f0cc00150875dce5c7bc4'/>
<id>992fa6c33cd61d32953f0cc00150875dce5c7bc4</id>
<content type='text'>
* Fix #632.

The doc string indicates that the linenos table is wrapped in &lt;div class="highlight"&gt;,
but the actual implementation puts the &lt;div&gt; inside the table cell containing the code.
This seems to cause issues as explained in #632, and given it doesn't match the
documentation, this PR restores the original behavior.

* Fix sample code in comment.

* Update CHANGES.

* Refactor the wrapping logic.

Instead of calling _wrap_div() at the end of wrap(), _wrap_div()
is now called after wrap/_wrap_tablinelinenos. This yields the
desired behavior but removes the custom &lt;div&gt; generation code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix #632.

The doc string indicates that the linenos table is wrapped in &lt;div class="highlight"&gt;,
but the actual implementation puts the &lt;div&gt; inside the table cell containing the code.
This seems to cause issues as explained in #632, and given it doesn't match the
documentation, this PR restores the original behavior.

* Fix sample code in comment.

* Update CHANGES.

* Refactor the wrapping logic.

Instead of calling _wrap_div() at the end of wrap(), _wrap_div()
is now called after wrap/_wrap_tablinelinenos. This yields the
desired behavior but removes the custom &lt;div&gt; generation code.</pre>
</div>
</content>
</entry>
<entry>
<title>Add lexer for colon-separated value config files like /etc/passwd, /etc/shadow and /etc/group (#2112)</title>
<updated>2022-04-16T06:36:49+00:00</updated>
<author>
<name>Leistungsabfall</name>
<email>Leistungsabfall@users.noreply.github.com</email>
</author>
<published>2022-04-16T06:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=29392ea678456a46d741e3f4f6e32b9e58b1c2cd'/>
<id>29392ea678456a46d741e3f4f6e32b9e58b1c2cd</id>
<content type='text'>
* add PasswdLexer and ShadowLexer for lexing /etc/passwd and /etc/shadow

* fix regex

* Update pygments/lexers/configs.py

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;

* address review comments

* update _mapping.py

* Create united lexer UnixConfigLexer for config files using colon-separated values, typically used in Unix/Linux system config files.

* format docstring

* UnixConfigLexer: add whitespace detection

* add test snippets for UnixConfigLexer

* address review comment

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;
Co-authored-by: Leistungsabfall &lt;Leistungsabfall@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add PasswdLexer and ShadowLexer for lexing /etc/passwd and /etc/shadow

* fix regex

* Update pygments/lexers/configs.py

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;

* address review comments

* update _mapping.py

* Create united lexer UnixConfigLexer for config files using colon-separated values, typically used in Unix/Linux system config files.

* format docstring

* UnixConfigLexer: add whitespace detection

* add test snippets for UnixConfigLexer

* address review comment

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;
Co-authored-by: Leistungsabfall &lt;Leistungsabfall@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nested type name highlighting in Savi lexer. (#2110)</title>
<updated>2022-04-12T19:40:27+00:00</updated>
<author>
<name>Joe Eli McIlvain</name>
<email>joe.eli.mac@gmail.com</email>
</author>
<published>2022-04-12T19:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=5b24b4ed57704955aab39d4d778cd6e8e57e3185'/>
<id>5b24b4ed57704955aab39d4d778cd6e8e57e3185</id>
<content type='text'>
Nested type names were being highlighted as if they were function names.

Now a phrase like `Spec.Process.run` is highlighted properly as:
- `Name.Class`
- `Punctuation`
- `Name.Class`
- `Punctuation`
- `Name.Function`

Instead of wrongly highlighted as it was before this commit:
- `Name.Class`
- `Punctuation`
- `Name.Function`
- `Punctuation`
- `Name.Function`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nested type names were being highlighted as if they were function names.

Now a phrase like `Spec.Process.run` is highlighted properly as:
- `Name.Class`
- `Punctuation`
- `Name.Class`
- `Punctuation`
- `Name.Function`

Instead of wrongly highlighted as it was before this commit:
- `Name.Class`
- `Punctuation`
- `Name.Function`
- `Punctuation`
- `Name.Function`</pre>
</div>
</content>
</entry>
<entry>
<title>Highlight python 3.10's EncodingWarning (#2106)</title>
<updated>2022-04-06T06:11:07+00:00</updated>
<author>
<name>Kevin Stock</name>
<email>kevin@kevinstock.org</email>
</author>
<published>2022-04-06T06:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c155bc4e52e313a51a03f9dcafa64b92701a6829'/>
<id>c155bc4e52e313a51a03f9dcafa64b92701a6829</id>
<content type='text'>
EncodingWarning was added in 3.10: https://docs.python.org/3/library/exceptions.html#EncodingWarning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EncodingWarning was added in 3.10: https://docs.python.org/3/library/exceptions.html#EncodingWarning</pre>
</div>
</content>
</entry>
</feed>
