<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests, branch regex</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>all: convert "re" to "regex"</title>
<updated>2022-10-27T10:15:22+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-10-27T05:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff'/>
<id>629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: style fixes</title>
<updated>2022-10-27T09:58:29+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-10-27T05:19: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=11dac32db5db1166b8d55dc85bc16d2085936c9a'/>
<id>11dac32db5db1166b8d55dc85bc16d2085936c9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Arturo language (#2259)</title>
<updated>2022-10-26T19:00:38+00:00</updated>
<author>
<name>RickBarretto</name>
<email>78623871+RickBarretto@users.noreply.github.com</email>
</author>
<published>2022-10-26T19:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=008396476665d832dc9c07ef759e3363b6e50a0e'/>
<id>008396476665d832dc9c07ef759e3363b6e50a0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C#: recognize Operators as such, fix split-up numeric literals</title>
<updated>2022-10-22T20:31:49+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-10-22T19:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a9b5fac4c56c6c96cc9bf07ad629970b82faff21'/>
<id>a9b5fac4c56c6c96cc9bf07ad629970b82faff21</id>
<content type='text'>
Fixes #2256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2256
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fift language (#2249)</title>
<updated>2022-09-29T18:20:59+00:00</updated>
<author>
<name>Dan Volkov</name>
<email>die.marmelade@yandex.ru</email>
</author>
<published>2022-09-29T18:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=e24c8cd21ba23f32bfd33dbff4cca55a66097f9d'/>
<id>e24c8cd21ba23f32bfd33dbff4cca55a66097f9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tl-b lexer (#2247)</title>
<updated>2022-09-26T15:41:41+00:00</updated>
<author>
<name>Dan Volkov</name>
<email>die.marmelade@yandex.ru</email>
</author>
<published>2022-09-26T15:41: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=d67f6ddefd7e32455c43c3e45f12ca8f2066a7a0'/>
<id>d67f6ddefd7e32455c43c3e45f12ca8f2066a7a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Issues with .properties format using whitespace delimited key (#2241)</title>
<updated>2022-09-25T20:56:48+00:00</updated>
<author>
<name>jmzambon</name>
<email>jeanmarczambon@gmail.com</email>
</author>
<published>2022-09-25T20:56: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=a38cb38e93c9635240b3ae89d78d38cf182745da'/>
<id>a38cb38e93c9635240b3ae89d78d38cf182745da</id>
<content type='text'>
Added:
- support for space delimitor in every case, included multiline value
- check for odd number of backslash escapes
- "!" as comment start
- support for escape of spaces and separators
Dropped:
- undocumented ";" and "//" comment start</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added:
- support for space delimitor in every case, included multiline value
- check for odd number of backslash escapes
- "!" as comment start
- support for escape of spaces and separators
Dropped:
- undocumented ";" and "//" comment start</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Clay, Autohotkey lexers. (#2248)</title>
<updated>2022-09-25T16:22:37+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>Anteru@users.noreply.github.com</email>
</author>
<published>2022-09-25T16:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fafb6d7211722068f5fe42db56437e659142d269'/>
<id>fafb6d7211722068f5fe42db56437e659142d269</id>
<content type='text'>
Merge consecutive tokens together where possible.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge consecutive tokens together where possible.</pre>
</div>
</content>
</entry>
<entry>
<title>Updates from review.</title>
<updated>2022-09-25T13:21:11+00:00</updated>
<author>
<name>Aaron Bentley</name>
<email>aaron@aaronbentley.com</email>
</author>
<published>2022-09-24T23:48: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=8864640adec46a42b86379ca65248b8e31b7296f'/>
<id>8864640adec46a42b86379ca65248b8e31b7296f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Jsonnet support</title>
<updated>2022-09-25T13:21:11+00:00</updated>
<author>
<name>Aaron Bentley</name>
<email>aaron@aaronbentley.com</email>
</author>
<published>2022-09-18T00:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=3e7b22900cc82358942918a0743df54e787ee1c5'/>
<id>3e7b22900cc82358942918a0743df54e787ee1c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
