<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/external, branch 2.3.1</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 rrt/pygments-main (pull request #608)</title>
<updated>2017-01-22T17:38:42+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T17:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8e25260d09a2cc9da904b23c04f6ebd9222b08d3'/>
<id>8e25260d09a2cc9da904b23c04f6ebd9222b08d3</id>
<content type='text'>
Use hexdump for binary files (plus a tweak to keep MIME types sorted)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use hexdump for binary files (plus a tweak to keep MIME types sorted)
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update.</title>
<updated>2017-01-22T17:38:11+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T17:38: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=00126a1401eefcf0280384d9bf59783e81db41ed'/>
<id>00126a1401eefcf0280384d9bf59783e81db41ed</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.git/commit/?id=6ded9db39463372e5205a36bea72d6de516ece69'/>
<id>6ded9db39463372e5205a36bea72d6de516ece69</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>Fix a couple of errors in the previous commit</title>
<updated>2016-06-20T22:13:33+00:00</updated>
<author>
<name>rrt</name>
<email>rrt@sc3d.org</email>
</author>
<published>2016-06-20T22:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f1f36819023541345a5cdf0fc2d68205d58fdb53'/>
<id>f1f36819023541345a5cdf0fc2d68205d58fdb53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fall back to od -x, and use hexdump lexer</title>
<updated>2016-06-20T22:10:46+00:00</updated>
<author>
<name>rrt</name>
<email>rrt@sc3d.org</email>
</author>
<published>2016-06-20T22:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=1c98edb23b320d1723954fd63ca4be2d8616a3fb'/>
<id>1c98edb23b320d1723954fd63ca4be2d8616a3fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autopygmentize: use hexdump on binary files</title>
<updated>2016-06-07T21:54:32+00:00</updated>
<author>
<name>rrt</name>
<email>rrt@sc3d.org</email>
</author>
<published>2016-06-07T21:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8d403d71ba2ccc50cb8786d6bfd1457ce1ecf2ca'/>
<id>8d403d71ba2ccc50cb8786d6bfd1457ce1ecf2ca</id>
<content type='text'>
Not strictly using autopygmentize, but makes things more legible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not strictly using autopygmentize, but makes things more legible.
</pre>
</div>
</content>
</entry>
<entry>
<title>autopygmentize: put MIME types back in sorted order</title>
<updated>2016-06-07T21:32:42+00:00</updated>
<author>
<name>rrt</name>
<email>rrt@sc3d.org</email>
</author>
<published>2016-06-07T21:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=0e7f6acac845699634625cc6d5d8865b0d6c88ab'/>
<id>0e7f6acac845699634625cc6d5d8865b0d6c88ab</id>
<content type='text'>
text/x-crystal was added out of order.

Also bump the copyright year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
text/x-crystal was added out of order.

Also bump the copyright year.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in BlaXpirit/pygments/crystal2 (pull request #576)</title>
<updated>2016-05-31T20:54:31+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-05-31T20:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=cd0a91a5651cb231afe4a993ea1f2d24252a2d21'/>
<id>cd0a91a5651cb231afe4a993ea1f2d24252a2d21</id>
<content type='text'>
Implement Crystal lexer (based on RubyLexer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement Crystal lexer (based on RubyLexer)
</pre>
</div>
</content>
</entry>
<entry>
<title>autopygmentize: fix binary encoding workaround</title>
<updated>2016-05-04T14:21:49+00:00</updated>
<author>
<name>rrt</name>
<email>rrt@sc3d.org</email>
</author>
<published>2016-05-04T14:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f5b9676f8925ee6be3c2bea4beed15e96e069ef6'/>
<id>f5b9676f8925ee6be3c2bea4beed15e96e069ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Crystal lexer (based on RubyLexer)</title>
<updated>2016-03-21T22:37:03+00:00</updated>
<author>
<name>Oleh Prypin</name>
<email>blaxpirit@gmail.com</email>
</author>
<published>2016-03-21T22:37: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=43f912c654144f38bc4eabe4f339abe718a7d9cf'/>
<id>43f912c654144f38bc4eabe4f339abe718a7d9cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
