<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests, branch 2.3.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>Merged in fredrikhl/pygments-main (pull request #741)</title>
<updated>2018-11-24T17:14:40+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2018-11-24T17:14: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=e61456e56895b6578997ab87bcc36f407e2f4465'/>
<id>e61456e56895b6578997ab87bcc36f407e2f4465</id>
<content type='text'>
Fix issue #1389: Markdown lexer bug

Approved-by: Anteru &lt;bitbucket@ca.sh13.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix issue #1389: Markdown lexer bug

Approved-by: Anteru &lt;bitbucket@ca.sh13.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in maxime_vidori/pygments-main (pull request #714)</title>
<updated>2018-11-24T16:39:50+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2018-11-24T16:39: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=ad84266cc15b0e9aec0f2677168bb60804d25133'/>
<id>ad84266cc15b0e9aec0f2677168bb60804d25133</id>
<content type='text'>
Update Dockerfile lexer

Approved-by: m m &lt;marnitto@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Dockerfile lexer

Approved-by: m m &lt;marnitto@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in technomancy/pygments-main/fennel (pull request #783)</title>
<updated>2018-11-24T16:39:17+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2018-11-24T16:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c0f69af7fdc4df6f62cb4655883983c1dc0638c7'/>
<id>c0f69af7fdc4df6f62cb4655883983c1dc0638c7</id>
<content type='text'>
Add support for the Fennel programming language
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the Fennel programming language
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in Reedbeta/pygments-main/hlsl-lexer (pull request #675)</title>
<updated>2018-11-24T16:37:35+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2018-11-24T16:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c85d52dfad2b5b1f9783e88ac52d893e30f034d2'/>
<id>c85d52dfad2b5b1f9783e88ac52d893e30f034d2</id>
<content type='text'>
Add HLSL lexer

Approved-by: Anteru &lt;bitbucket@ca.sh13.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add HLSL lexer

Approved-by: Anteru &lt;bitbucket@ca.sh13.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the Fennel programming language</title>
<updated>2018-11-17T02:11:03+00:00</updated>
<author>
<name>Phil Hagelberg</name>
<email>phil@hagelb.org</email>
</author>
<published>2018-11-17T02:11: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=321503b547f5a7911da550cdccda9616a0e8b3b3'/>
<id>321503b547f5a7911da550cdccda9616a0e8b3b3</id>
<content type='text'>
This is a pretty straightforward language in the lisp family with a
small number of special forms. Since Fennel runs on the Lua runtime,
the list of builtins is the same as that of Lua, so it might be
possible to re-use the definition from the Lua lexer, but since I
don't know Python I couldn't figure out how that would work; maybe
someone else could add that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a pretty straightforward language in the lisp family with a
small number of special forms. Since Fennel runs on the Lua runtime,
the list of builtins is the same as that of Lua, so it might be
possible to re-use the definition from the Lua lexer, but since I
don't know Python I couldn't figure out how that would work; maybe
someone else could add that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with markdown lexer code fences</title>
<updated>2017-11-10T16:22:12+00:00</updated>
<author>
<name>Fredrik Larsen</name>
<email>fredrik.h.larsen@gmail.com</email>
</author>
<published>2017-11-10T16:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fb4871a83060c2dff8cac3ce9e9e230248ddc19a'/>
<id>fb4871a83060c2dff8cac3ce9e9e230248ddc19a</id>
<content type='text'>
Fixes the bug reported in #1389, where the markdown lexer will not issue a
token for the closing code fence.

Issue: #1389
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the bug reported in #1389, where the markdown lexer will not issue a
token for the closing code fence.

Issue: #1389
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile lexer</title>
<updated>2017-03-28T09:21:29+00:00</updated>
<author>
<name>Maxime Vidori</name>
<email>maxime.vidori@gmail.com</email>
</author>
<published>2017-03-28T09:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=d42aec5649913c3e78a7c2d6f0089feddc271c8b'/>
<id>d42aec5649913c3e78a7c2d6f0089feddc271c8b</id>
<content type='text'>
Add Dockerfiles new keyword in the lexer
Improve lexer to parse json arrays on specific commands
Handle line breaks as a bash syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Dockerfiles new keyword in the lexer
Improve lexer to parse json arrays on specific commands
Handle line breaks as a bash syntax
</pre>
</div>
</content>
</entry>
<entry>
<title>fix an issue where a route 53 alias was shown as an error</title>
<updated>2017-03-13T19:16:03+00:00</updated>
<author>
<name>James Edwards</name>
<email>admin@jaetech.org</email>
</author>
<published>2017-03-13T19:16: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=1b966038502c0b386a6645d4b5125f623d0947bb'/>
<id>1b966038502c0b386a6645d4b5125f623d0947bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Xorg: add whitespace rule</title>
<updated>2017-01-30T06:42:59+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-30T06:42: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=c70ed1f100a2253ee667066a702da4eabd7b8b20'/>
<id>c70ed1f100a2253ee667066a702da4eabd7b8b20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Xorg: fixup style, add test file, regenerate mapping.</title>
<updated>2017-01-29T07:30:26+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-29T07:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=58adfa4bcaf38c86c4e0efbb051b969175763522'/>
<id>58adfa4bcaf38c86c4e0efbb051b969175763522</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
