<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/tests/examplefiles, branch py37</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>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/commit/?id=0db8e281af377923115b894703b2b8beb8f1e9d5'/>
<id>0db8e281af377923115b894703b2b8beb8f1e9d5</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/commit/?id=1aec641cfd9cb1a15a504d3d4b0a5f4092a593c3'/>
<id>1aec641cfd9cb1a15a504d3d4b0a5f4092a593c3</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/commit/?id=68cfbd6fb823f77b741be33109deab4936ac9fe5'/>
<id>68cfbd6fb823f77b741be33109deab4936ac9fe5</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 partials and path segments for Handlebars.</title>
<updated>2016-11-04T23:57:38+00:00</updated>
<author>
<name>Christian Hammond</name>
<email>christian@beanbaginc.com</email>
</author>
<published>2016-11-04T23:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=fd29a2dadd503adbfaf9f677acd0838831ed1af1'/>
<id>fd29a2dadd503adbfaf9f677acd0838831ed1af1</id>
<content type='text'>
This introduces support for some missing features to the Handlebars lexer:
Partials and path segments. Partials mostly appeared to work before, but the
`&gt;` in `{{&gt; ... }}` would appear as a syntax error, as could other
components of the partial. This change introduces support for:

* Standard partials: `{{&gt; partialName}}`
* Partials with parameters: `{{&gt; partialName varname="value"}}`
* Ddynamic partials: `{{&gt; (partialFunc)}}`
* Ddynamic partials with lookups: `{{&gt; (lookup ../path "partialName")}}`
* Partial blocks: `{{&gt; @partial-block}}`
* Inline partials: `{{#*inline}}..{{/inline}}`

It also introduces support for path segments, which can reference content in
the current context or in a parent context. For instance, `this.name`,
`this/name`, `./name`, `../name`, `this/name`, etc. These are all now tracked
as variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces support for some missing features to the Handlebars lexer:
Partials and path segments. Partials mostly appeared to work before, but the
`&gt;` in `{{&gt; ... }}` would appear as a syntax error, as could other
components of the partial. This change introduces support for:

* Standard partials: `{{&gt; partialName}}`
* Partials with parameters: `{{&gt; partialName varname="value"}}`
* Ddynamic partials: `{{&gt; (partialFunc)}}`
* Ddynamic partials with lookups: `{{&gt; (lookup ../path "partialName")}}`
* Partial blocks: `{{&gt; @partial-block}}`
* Inline partials: `{{#*inline}}..{{/inline}}`

It also introduces support for path segments, which can reference content in
the current context or in a parent context. For instance, `this.name`,
`this/name`, `./name`, `../name`, `this/name`, etc. These are all now tracked
as variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support GHC DataKinds extension. Closes #820.</title>
<updated>2016-12-19T11:34:08+00:00</updated>
<author>
<name>Tom Hunger</name>
<email>tehunger@gmail.com</email>
</author>
<published>2016-12-19T11:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=4cba1dc69e9fb3be36936ad70082ee831c362eb6'/>
<id>4cba1dc69e9fb3be36936ad70082ee831c362eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `family` as a keyword to support Haskell's type families. See #820.</title>
<updated>2016-12-19T11:23:30+00:00</updated>
<author>
<name>Tom Hunger</name>
<email>tehunger@gmail.com</email>
</author>
<published>2016-12-19T11:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=31787399112ac4f6ad30895b460a1e53276e2061'/>
<id>31787399112ac4f6ad30895b460a1e53276e2061</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added github flavoured markdown parser</title>
<updated>2016-06-02T22:53:59+00:00</updated>
<author>
<name>Kurt Neufeld</name>
<email>kneufeld@burgundywall.com</email>
</author>
<published>2016-06-02T22:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=549f98f0896731e80efee22ac44d105fe77039e6'/>
<id>549f98f0896731e80efee22ac44d105fe77039e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Forth lexer.</title>
<updated>2016-06-01T07:18:52+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-06-01T07:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=8c21d78f7779d1065b6462605d11f06672e0f5cb'/>
<id>8c21d78f7779d1065b6462605d11f06672e0f5cb</id>
<content type='text'>
Fixes #857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #857
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge mjem/pygments-main (Pull Request #588)</title>
<updated>2016-06-01T00:50:56+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-06-01T00:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=b2eb5cbe37ece98b456c6d2ae167e5d04378a985'/>
<id>b2eb5cbe37ece98b456c6d2ae167e5d04378a985</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in MostAwesomeDude/pygments-main (pull request #592)</title>
<updated>2016-06-01T00:07:04+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-06-01T00:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=479167a8851d1e5840909e5b0863ba717a34a57b'/>
<id>479167a8851d1e5840909e5b0863ba717a34a57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
