<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests, branch master</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>Add support for GraphQL (#2428)</title>
<updated>2023-05-14T09:29:03+00:00</updated>
<author>
<name>mazza</name>
<email>128099384+mazza-av@users.noreply.github.com</email>
</author>
<published>2023-05-14T09:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=2401866e5afee0aa67fe5064a9ab41d06ecbde6d'/>
<id>2401866e5afee0aa67fe5064a9ab41d06ecbde6d</id>
<content type='text'>


Co-authored-by: Jean Abou Samra &lt;jean@abou-samra.fr&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>


Co-authored-by: Jean Abou Samra &lt;jean@abou-samra.fr&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update uxntal lexer to reflect current runes (#2424)</title>
<updated>2023-05-08T16:13:48+00:00</updated>
<author>
<name>Dave VanEe</name>
<email>dave.vanee@gmail.com</email>
</author>
<published>2023-05-08T16:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fa84d9198b00093dd6a9e70e17e2ccd8a8350b50'/>
<id>fa84d9198b00093dd6a9e70e17e2ccd8a8350b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[elpi] handle quotations (#2419)</title>
<updated>2023-04-30T07:58:45+00:00</updated>
<author>
<name>Enrico Tassi</name>
<email>Enrico.Tassi@inria.fr</email>
</author>
<published>2023-04-30T07:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=4575f888183c65eb50f55963b9e20f5af5757b53'/>
<id>4575f888183c65eb50f55963b9e20f5af5757b53</id>
<content type='text'>
Co-authored-by: Jean Abou Samra &lt;jean@abou-samra.fr&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jean Abou Samra &lt;jean@abou-samra.fr&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Updates C and C++ lexers (#2422)</title>
<updated>2023-04-26T07:39:19+00:00</updated>
<author>
<name>Christopher Di Bella</name>
<email>cjdb.ns@gmail.com</email>
</author>
<published>2023-04-26T07:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8f6bc3ae436a4f04f71cd14c01a48266498f2f4d'/>
<id>8f6bc3ae436a4f04f71cd14c01a48266498f2f4d</id>
<content type='text'>
* replaces `restrict` with `__restrict` in C++

`restrict` isn't a C++ keyword, but `__restrict` is recognised by Clang,
GCC, and MSVC as a language extension.

* adds `_BitInt` and `__int128` as C and C++ types

* `_BitInt` is a new C type and an extended integral type for C++.
* `__int128` is an extended integral type on both Clang and GCC.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replaces `restrict` with `__restrict` in C++

`restrict` isn't a C++ keyword, but `__restrict` is recognised by Clang,
GCC, and MSVC as a language extension.

* adds `_BitInt` and `__int128` as C and C++ types

* `_BitInt` is a new C type and an extended integral type for C++.
* `__int128` is an extended integral type on both Clang and GCC.</pre>
</div>
</content>
</entry>
<entry>
<title>adds C++ alternative tokens as keywords (#2421)</title>
<updated>2023-04-26T07:36:39+00:00</updated>
<author>
<name>Christopher Di Bella</name>
<email>cjdb.ns@gmail.com</email>
</author>
<published>2023-04-26T07:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=adc6a48a17fe7fb7bfa81edbbf550bb9796869b6'/>
<id>adc6a48a17fe7fb7bfa81edbbf550bb9796869b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lean: correctly parse expressions nested within attributes (#1817)</title>
<updated>2023-04-20T13:10:50+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2023-04-20T13:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=d5bfdd4cca547fa3e14dea6e89a29be8019efdf5'/>
<id>d5bfdd4cca547fa3e14dea6e89a29be8019efdf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Java properties lexer (#2404)</title>
<updated>2023-04-17T18:14:42+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2023-04-17T18:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fdf182a7af85b1deeeb637ca970d31935e7c9d52'/>
<id>fdf182a7af85b1deeeb637ca970d31935e7c9d52</id>
<content type='text'>
Use special lexer rules for escapes; fixes catastrophic backtracking,
and highlights them too.

Fixes #2356</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use special lexer rules for escapes; fixes catastrophic backtracking,
and highlights them too.

Fixes #2356</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor PythonConsoleLexer as a DelegatingLexer (#2412)</title>
<updated>2023-04-17T16:41:55+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2023-04-17T16:41: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=c97762448b1e4eac8d74b8d88415f23c32aa0cdd'/>
<id>c97762448b1e4eac8d74b8d88415f23c32aa0cdd</id>
<content type='text'>
This is simpler and more reliable than hand-coding the state machine.

Fixes #2411</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is simpler and more reliable than hand-coding the state machine.

Fixes #2411</pre>
</div>
</content>
</entry>
<entry>
<title>Python console: do not require output that looks like a traceback to be valid (#2410)</title>
<updated>2023-04-12T18:10:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2023-04-12T18:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=50dd4d80e25c4c4afab503d41b471a536ed2af13'/>
<id>50dd4d80e25c4c4afab503d41b471a536ed2af13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lexer for MediaWiki Wikitext (#2373)</title>
<updated>2023-04-05T14:07:40+00:00</updated>
<author>
<name>diskdance</name>
<email>106794417+diskdance@users.noreply.github.com</email>
</author>
<published>2023-04-05T14:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=eaca69091119e0ac5c97e626ba9e3b21b688c5ed'/>
<id>eaca69091119e0ac5c97e626ba9e3b21b688c5ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
