<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests/examplefiles, branch 2.12.0</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>Initial commit for MCFunction Lexer + tests (#2107)</title>
<updated>2022-04-24T12:59:41+00:00</updated>
<author>
<name>Rit</name>
<email>RitikShah@users.noreply.github.com</email>
</author>
<published>2022-04-24T12:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8ad1bea2a285b33778aa38eb274ddea9a6afc0b9'/>
<id>8ad1bea2a285b33778aa38eb274ddea9a6afc0b9</id>
<content type='text'>
* Initial commit for MCFunction Lexer + tests

* Apply suggestions from code review

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;

* added docstring info + fix for run ... command

* remove string ending Error tokens

* not working - refactor in-progress

* fixed: generic property

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* apply some fixes from comments

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* spacing

* updated tests and applied more suggestions

* fixed comment regex, passes tests

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;
Co-authored-by: Georg Brandl &lt;georg@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial commit for MCFunction Lexer + tests

* Apply suggestions from code review

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;

* added docstring info + fix for run ... command

* remove string ending Error tokens

* not working - refactor in-progress

* fixed: generic property

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* apply some fixes from comments

* Update pygments/lexers/mcfunction.py

Co-authored-by: Georg Brandl &lt;georg@python.org&gt;

* spacing

* updated tests and applied more suggestions

* fixed comment regex, passes tests

Co-authored-by: Jean Abou-Samra &lt;jean@abou-samra.fr&gt;
Co-authored-by: Georg Brandl &lt;georg@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Futhark: add missing tokens (#2118)</title>
<updated>2022-04-24T12:57:53+00:00</updated>
<author>
<name>Troels Henriksen</name>
<email>athas@sigkill.dk</email>
</author>
<published>2022-04-24T12:57: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=323a7056a7df342e2e4e9986204f5d80487fae56'/>
<id>323a7056a7df342e2e4e9986204f5d80487fae56</id>
<content type='text'>
Adds recognition of 'def'/'type^'/'type~' keywords and adds some
missing characters to the regexes for identifiers and punctuation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds recognition of 'def'/'type^'/'type~' keywords and adds some
missing characters to the regexes for identifiers and punctuation.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nested type name highlighting in Savi lexer. (#2110)</title>
<updated>2022-04-12T19:40:27+00:00</updated>
<author>
<name>Joe Eli McIlvain</name>
<email>joe.eli.mac@gmail.com</email>
</author>
<published>2022-04-12T19:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=5b24b4ed57704955aab39d4d778cd6e8e57e3185'/>
<id>5b24b4ed57704955aab39d4d778cd6e8e57e3185</id>
<content type='text'>
Nested type names were being highlighted as if they were function names.

Now a phrase like `Spec.Process.run` is highlighted properly as:
- `Name.Class`
- `Punctuation`
- `Name.Class`
- `Punctuation`
- `Name.Function`

Instead of wrongly highlighted as it was before this commit:
- `Name.Class`
- `Punctuation`
- `Name.Function`
- `Punctuation`
- `Name.Function`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nested type names were being highlighted as if they were function names.

Now a phrase like `Spec.Process.run` is highlighted properly as:
- `Name.Class`
- `Punctuation`
- `Name.Class`
- `Punctuation`
- `Name.Function`

Instead of wrongly highlighted as it was before this commit:
- `Name.Class`
- `Punctuation`
- `Name.Function`
- `Punctuation`
- `Name.Function`</pre>
</div>
</content>
</entry>
<entry>
<title>Add string interpolation to the Savi lexer.</title>
<updated>2022-04-04T10:53:27+00:00</updated>
<author>
<name>Joe Eli McIlvain</name>
<email>joe.eli.mac@gmail.com</email>
</author>
<published>2022-04-03T19:31: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=d7fda4e60b477e6e4c9560d001d5d71ce1562ab7'/>
<id>d7fda4e60b477e6e4c9560d001d5d71ce1562ab7</id>
<content type='text'>
Now the Savi lexer can tokenize string interpolation inside strings,
which is a new feature added to Savi since the last time this
lexer was updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the Savi lexer can tokenize string interpolation inside strings,
which is a new feature added to Savi since the last time this
lexer was updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Savi highlighting for underscore/private identifiers.</title>
<updated>2022-04-04T10:53:27+00:00</updated>
<author>
<name>Joe Eli McIlvain</name>
<email>joe.eli.mac@gmail.com</email>
</author>
<published>2022-04-03T19:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=5313208d26351809af98545034ed54054d8784fb'/>
<id>5313208d26351809af98545034ed54054d8784fb</id>
<content type='text'>
Prior to this change, every underscore/private identifier
in Savi code was being highlighted as if it were a class name.
After this change, only those whose first letter is uppercase
will be highlighted as such, which is the correct behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change, every underscore/private identifier
in Savi code was being highlighted as if it were a class name.
After this change, only those whose first letter is uppercase
will be highlighted as such, which is the correct behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Savi language example.</title>
<updated>2022-04-04T10:53:27+00:00</updated>
<author>
<name>Joe Eli McIlvain</name>
<email>joe.eli.mac@gmail.com</email>
</author>
<published>2022-04-03T19:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=080e7cd9ec4ffa30592ecc721deb321f0a33f9d4'/>
<id>080e7cd9ec4ffa30592ecc721deb321f0a33f9d4</id>
<content type='text'>
The previous example shows the old usage of the testing framework.
Now the example reflects the current usage/API of that framework.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous example shows the old usage of the testing framework.
Now the example reflects the current usage/API of that framework.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Macaulay2 lexer (#1791)</title>
<updated>2022-03-31T18:12:27+00:00</updated>
<author>
<name>Doug Torrance</name>
<email>dtorrance@piedmont.edu</email>
</author>
<published>2022-03-31T18:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=aa385f0d01ffca90a884900eb8b4d3a2942c094c'/>
<id>aa385f0d01ffca90a884900eb8b4d3a2942c094c</id>
<content type='text'>
* Add Macaulay2 lexer

* Update symbols for Macaulay2 1.18

* Match whitespace characters in Macaulay2 lexer

* Add states for strings/comments in Macaulay2 lexer

* Update Macaulay2 lexer tests for string/comment edge cases

* Improve comment and string matching in Macaulay2 lexer

Instead of matching each character one at a time, we match all
characters without special meaning together.

* Update Macaulay2 test output

* Update Macaulay2 lexer symbols for 1.19 release

* Move "auto-generated" comment in Macaulay2 lexer down a few lines

* Fix underline length in Macaulay2 lexer docstring

* Add url field for Macaulay2 lexer

* Bump copyright year for Macaulay2 lexer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Macaulay2 lexer

* Update symbols for Macaulay2 1.18

* Match whitespace characters in Macaulay2 lexer

* Add states for strings/comments in Macaulay2 lexer

* Update Macaulay2 lexer tests for string/comment edge cases

* Improve comment and string matching in Macaulay2 lexer

Instead of matching each character one at a time, we match all
characters without special meaning together.

* Update Macaulay2 test output

* Update Macaulay2 lexer symbols for 1.19 release

* Move "auto-generated" comment in Macaulay2 lexer down a few lines

* Fix underline length in Macaulay2 lexer docstring

* Add url field for Macaulay2 lexer

* Bump copyright year for Macaulay2 lexer</pre>
</div>
</content>
</entry>
<entry>
<title>LilyPond: fix 'maybe-subproperties' state for properties containing dashes (#2099)</title>
<updated>2022-03-31T16:27:21+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-03-31T16:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=bfa3f4f1a439faf3b2c05fad1b229e6c9351006f'/>
<id>bfa3f4f1a439faf3b2c05fad1b229e6c9351006f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more POV-Ray operators</title>
<updated>2022-03-26T12:58:31+00:00</updated>
<author>
<name>Petr Zahradník</name>
<email>junior@zahradnik.cz</email>
</author>
<published>2022-03-26T12:58: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=3cc98c9e9e2347a98edf8779d27630ef301497dc'/>
<id>3cc98c9e9e2347a98edf8779d27630ef301497dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lexer for parsing Uxntal assembly code. (#2086)</title>
<updated>2022-03-13T18:57:42+00:00</updated>
<author>
<name>Erik Osheim</name>
<email>d_m@plastic-idolatry.com</email>
</author>
<published>2022-03-13T18:57: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=96eaebafc848c989e9fc081768e3156add3128fd'/>
<id>96eaebafc848c989e9fc081768e3156add3128fd</id>
<content type='text'>
Uxn is a virtual machine which represents a personal computing
playground, and is described here:

    https://100r.co/site/uxn.html

Uxntal assembly language is described here:

    https://wiki.xxiivv.com/site/uxntal.html

The demo code piano.tal is used with permission.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uxn is a virtual machine which represents a personal computing
playground, and is described here:

    https://100r.co/site/uxn.html

Uxntal assembly language is described here:

    https://wiki.xxiivv.com/site/uxntal.html

The demo code piano.tal is used with permission.</pre>
</div>
</content>
</entry>
</feed>
