<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments, branch 2.5.2</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>use IOError reason in error message</title>
<updated>2019-11-29T05:12:48+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T05:12: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=689c25a627dcdc2e922cd0419f4c163fe90ccd42'/>
<id>689c25a627dcdc2e922cd0419f4c163fe90ccd42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>various: style fixups</title>
<updated>2019-11-29T05:12:04+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T05:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=50793de1862a78f36617d9b966d437c72b27a95c'/>
<id>50793de1862a78f36617d9b966d437c72b27a95c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog, bump version to 2.5.2</title>
<updated>2019-11-29T05:06:36+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T05:06: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=abac9f193b7d7f543ccc779827559895cf067276'/>
<id>abac9f193b7d7f543ccc779827559895cf067276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #1264: tweak patterns for regex and double-quoted strings for performance, avoiding slow back-tracking</title>
<updated>2019-11-29T04:54:20+00:00</updated>
<author>
<name>Ash Searle</name>
<email>ash@hexmen.com</email>
</author>
<published>2016-09-02T13:50: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=48e55050f8bec34d57a1a86e06e779c6288b8341'/>
<id>48e55050f8bec34d57a1a86e06e779c6288b8341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Same treatment for `forSome`</title>
<updated>2019-11-29T04:53:26+00:00</updated>
<author>
<name>Paolo G. Giarrusso</name>
<email>p.giarrusso@gmail.com</email>
</author>
<published>2019-11-28T21:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a01c60f15011e7bc945811f548bb0bbe701d6437'/>
<id>a01c60f15011e7bc945811f548bb0bbe701d6437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only highlight `type` as a whole word</title>
<updated>2019-11-29T04:53:26+00:00</updated>
<author>
<name>Paolo G. Giarrusso</name>
<email>p.giarrusso@gmail.com</email>
</author>
<published>2019-11-28T20:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=2fe07846c47c3a28d599f75beef961022dee8f80'/>
<id>2fe07846c47c3a28d599f75beef961022dee8f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #972: Resurrect patch from bug tracker</title>
<updated>2019-11-29T04:53:26+00:00</updated>
<author>
<name>Paolo G. Giarrusso</name>
<email>p.giarrusso@gmail.com</email>
</author>
<published>2019-11-28T19:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8d8880236cfc322dbee250c81bac21eaf94383c8'/>
<id>8d8880236cfc322dbee250c81bac21eaf94383c8</id>
<content type='text'>
Issue: Scala lexer incorrectly highlights code containing type parameters.

This is the patch from https://github.com/pygments/pygments/issues/972#issuecomment-526852069, tested by
https://github.com/pygments/pygments/issues/972#issuecomment-526852076.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue: Scala lexer incorrectly highlights code containing type parameters.

This is the patch from https://github.com/pygments/pygments/issues/972#issuecomment-526852069, tested by
https://github.com/pygments/pygments/issues/972#issuecomment-526852076.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add terraform keywords module, data, output, and others</title>
<updated>2019-11-28T05:44:48+00:00</updated>
<author>
<name>Geoffrey Grosenbach</name>
<email>boss@topfunky.com</email>
</author>
<published>2017-12-01T20:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=290b7373ec568cf89a8a21e0e95a7918aecdb0e3'/>
<id>290b7373ec568cf89a8a21e0e95a7918aecdb0e3</id>
<content type='text'>
Includes:
- module
- data
- output
- terraform
- config
- backend
- tags

Also includes example.tf with usage of these keywords.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes:
- module
- data
- output
- terraform
- config
- backend
- tags

Also includes example.tf with usage of these keywords.
</pre>
</div>
</content>
</entry>
<entry>
<title>update ModelicaLexer</title>
<updated>2019-11-28T05:32:12+00:00</updated>
<author>
<name>Vitalij Ruge</name>
<email>vitalij.ruge@gmail.com</email>
</author>
<published>2018-09-20T20:33: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=62180478cbf89889f18d4c5ff55c37310a3925e4'/>
<id>62180478cbf89889f18d4c5ff55c37310a3925e4</id>
<content type='text'>
added new Operators `interval` and `firstTick` from
[ModelicaSpec34](https://www.modelica.org/documents/ModelicaSpec34.pdf), 16.10 Other Operators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added new Operators `interval` and `firstTick` from
[ModelicaSpec34](https://www.modelica.org/documents/ModelicaSpec34.pdf), 16.10 Other Operators
</pre>
</div>
</content>
</entry>
<entry>
<title>recognize escapes in Matlab double quoted strings</title>
<updated>2019-11-27T05:38:55+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-27T05:38: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=b45777fd2713bc3c6b80680168563afa5c96b46d'/>
<id>b45777fd2713bc3c6b80680168563afa5c96b46d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
