<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/doc, branch stable</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 tprynn/pygments-main/command-line-lexer-formatter (pull request #559)</title>
<updated>2017-01-22T18:50:35+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T18:50: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=3a1d729f6bf94ff5d0233edf094b8afc434c48c8'/>
<id>3a1d729f6bf94ff5d0233edf094b8afc434c48c8</id>
<content type='text'>
Custom Lexer/Formatter File Loading
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Custom Lexer/Formatter File Loading
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in cocoatomo/pygments-main/pr/missing-self (pull request #613)</title>
<updated>2017-01-22T17:52:50+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T17:52: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=0c6ed0adb1ff9b0a6e798145b32c4df0dc2788c3'/>
<id>0c6ed0adb1ff9b0a6e798145b32c4df0dc2788c3</id>
<content type='text'>
Insert a missing argument "self"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Insert a missing argument "self"
</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>Insert a missing argument "self"</title>
<updated>2016-06-13T16:33:42+00:00</updated>
<author>
<name>cocoatomo</name>
<email>cocoatomo77@gmail.com</email>
</author>
<published>2016-06-13T16:33: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=7c0f54f70958fac9c3bf181b783e74abadecea39'/>
<id>7c0f54f70958fac9c3bf181b783e74abadecea39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct links to chardet.</title>
<updated>2016-06-01T08:00:56+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-06-01T08:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=31c607ef93ecd0a841b325638b338de2afd8d986'/>
<id>31c607ef93ecd0a841b325638b338de2afd8d986</id>
<content type='text'>
Fixes #1235
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1235
</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>
<entry>
<title>remove leftover documentation that I missed in the previous merge</title>
<updated>2016-02-29T18:03:32+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tanner.prynn@nccgroup.trust</email>
</author>
<published>2016-02-29T18:03: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=c8973a6f5a795a552c9630af2ef8aede1760fd1e'/>
<id>c8973a6f5a795a552c9630af2ef8aede1760fd1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bring this branch up-to-date with master, and resolve merge conflicts in lexerdev documentation</title>
<updated>2016-02-26T21:17:47+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tanner.prynn@nccgroup.trust</email>
</author>
<published>2016-02-26T21:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f14e7b92b02596748628e29120ffc4ec2ff62515'/>
<id>f14e7b92b02596748628e29120ffc4ec2ff62515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pull request per comments by birkenfeld.</title>
<updated>2016-02-24T23:46:32+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tanner.prynn@nccgroup.trust</email>
</author>
<published>2016-02-24T23:46: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=4a49415561c00e2d235d266ee81cb026982f8e20'/>
<id>4a49415561c00e2d235d266ee81cb026982f8e20</id>
<content type='text'>
Add optional function parameter for the class name to instantiate, and update cli to support this.
Move error handling to within the loading functions; they now only raise ClassNotFound.
Modify doc with these updates and the version number.
Test case clean up and additions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add optional function parameter for the class name to instantiate, and update cli to support this.
Move error handling to within the loading functions; they now only raise ClassNotFound.
Modify doc with these updates and the version number.
Test case clean up and additions.
</pre>
</div>
</content>
</entry>
</feed>
