<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests/examplefiles/savi, branch master</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>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>Don't produce two tokens per tag in Savi.</title>
<updated>2021-11-21T16:34:01+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-11-21T16:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=0bbd697678065fffad516d0a072ff6a17e6ec380'/>
<id>0bbd697678065fffad516d0a072ff6a17e6ec380</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 the Savi language. (#1863)</title>
<updated>2021-11-21T16:32:06+00:00</updated>
<author>
<name>Joe Eli McIlvain</name>
<email>joe.eli.mac@gmail.com</email>
</author>
<published>2021-11-21T16:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=75a60770afd66a4377bbabbfd8026e0e1f885189'/>
<id>75a60770afd66a4377bbabbfd8026e0e1f885189</id>
<content type='text'>
* Add lexer for the Savi language.

* Updates based on review comments.

* Prefer Text.Whitespace token over Text token for whitespace.

* Updates to Savi lexer based on changes to Rouge Savi lexer.

* Add versionadded identifier to Savi lexer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add lexer for the Savi language.

* Updates based on review comments.

* Prefer Text.Whitespace token over Text token for whitespace.

* Updates to Savi lexer based on changes to Rouge Savi lexer.

* Add versionadded identifier to Savi lexer.</pre>
</div>
</content>
</entry>
</feed>
