<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexers/make.py, branch bash-variable</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pygments-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/'/>
<entry>
<title>Added the ability to recognize $ENV variables in the Cmake Lexer.</title>
<updated>2015-08-19T17:45:15+00:00</updated>
<author>
<name>Thaddeus Taylor</name>
<email>thaddeus.taylor@qinetiq-na.com</email>
</author>
<published>2015-08-19T17:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=e3e0acb93f09af0ba91a00eb3093c8a79232204b'/>
<id>e3e0acb93f09af0ba91a00eb3093c8a79232204b</id>
<content type='text'>
From http://www.cmake.org/cmake/help/v3.0/manual/cmake-language.7.html#variable-references:
  An environment variable reference has the form $ENV{VAR} and is evaluated in the same contexts as a normal variable reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From http://www.cmake.org/cmake/help/v3.0/manual/cmake-language.7.html#variable-references:
  An environment variable reference has the form $ENV{VAR} and is evaluated in the same contexts as a normal variable reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update.</title>
<updated>2015-01-21T07:33:25+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-01-21T07:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=13705acbd57b936990c63a12de05ce29834b6afb'/>
<id>13705acbd57b936990c63a12de05ce29834b6afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify charclasses in a few more modules</title>
<updated>2014-11-06T12:02:16+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-06T12:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=9053d1b7a1c3ac2c90944fe9d9564e0351dac74f'/>
<id>9053d1b7a1c3ac2c90944fe9d9564e0351dac74f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Curly brace escaping, round 1.</title>
<updated>2014-10-16T05:13:59+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-16T05:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=86c2eee37cf292677032e02f553710d4c1eb1f04'/>
<id>86c2eee37cf292677032e02f553710d4c1eb1f04</id>
<content type='text'>
These locations were all found by regexlint and done semi-manually, leaving
braces within [] alone (they aren't special in the 'regex' module).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These locations were all found by regexlint and done semi-manually, leaving
braces within [] alone (they aren't special in the 'regex' module).
</pre>
</div>
</content>
</entry>
<entry>
<title>MakefileLexer: Add GNU Automake directives.</title>
<updated>2014-10-08T23:46:15+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-08T23:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=6f82393fe38d73ffc2ef61b16722c603e41b6ec2'/>
<id>6f82393fe38d73ffc2ef61b16722c603e41b6ec2</id>
<content type='text'>
Fixes #995
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #995
</pre>
</div>
</content>
</entry>
<entry>
<title>MakeLexer: Add GNU Make vpath directive.</title>
<updated>2014-10-07T20:08:31+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-07T20:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=702bccea86fa7bb11f4d1e6e153fa1394ca7cfcb'/>
<id>702bccea86fa7bb11f4d1e6e153fa1394ca7cfcb</id>
<content type='text'>
Fixes #949
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #949
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the misc subpackage.</title>
<updated>2014-09-20T07:40:55+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T07:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=df9d1b0a4192a7d401e4aa05d310b7f4da0c84e2'/>
<id>df9d1b0a4192a7d401e4aa05d310b7f4da0c84e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
