<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments/lexers/gsql.py, 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>Update copyright year to 2023.</title>
<updated>2023-03-29T19:11:12+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2023-03-29T19:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a1361035ec5f599290371f7df9f21e3f1f1420a6'/>
<id>a1361035ec5f599290371f7df9f21e3f1f1420a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: style fixes</title>
<updated>2022-10-27T09:58:29+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-10-27T05:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=11dac32db5db1166b8d55dc85bc16d2085936c9a'/>
<id>11dac32db5db1166b8d55dc85bc16d2085936c9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework URL information in lexers.</title>
<updated>2022-03-20T09:29:30+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-03-20T09:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=64e8e05307689fe726ce9df2d5907e9c2fb67405'/>
<id>64e8e05307689fe726ce9df2d5907e9c2fb67405</id>
<content type='text'>
This commit adds a new url field to a lexer, which can be used to link
to the language website, instead of relying on having the link in either
languages.rst or the docstring of the lexer. Additionally, it changes the
languages.rst file to auto-generate the list of lexers from the actual
source code, using the provided URL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds a new url field to a lexer, which can be used to link
to the language website, instead of relying on having the link in either
languages.rst or the docstring of the lexer. Additionally, it changes the
languages.rst file to auto-generate the list of lexers from the actual
source code, using the provided URL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy new year.</title>
<updated>2022-01-25T06:36:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-01-25T06:36: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=ab4afd821aa41403f7a0b1e714112c40b2ad843b'/>
<id>ab4afd821aa41403f7a0b1e714112c40b2ad843b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GSQL lexer syntax changes (#2006)</title>
<updated>2021-12-30T13:24:25+00:00</updated>
<author>
<name>Gregory Grubbs</name>
<email>gregory@dynapse.com</email>
</author>
<published>2021-12-30T13:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=830d7ba768f1ebdf27dc87d9dd9c85a8d64f7002'/>
<id>830d7ba768f1ebdf27dc87d9dd9c85a8d64f7002</id>
<content type='text'>
* Add square, angle and single underscore to punct; simplify string regex

* Add dollar as operator in LOAD DDL; add pipe as op for resused edge names

* Add to test file to test recent lexer fixes

* Added PR# to new test cases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add square, angle and single underscore to punct; simplify string regex

* Add dollar as operator in LOAD DDL; add pipe as op for resused edge names

* Add to test file to test recent lexer fixes

* Added PR# to new test cases</pre>
</div>
</content>
</entry>
<entry>
<title>Fix single and multiline comment regex for GSQL (#2002)</title>
<updated>2021-12-28T19:49:07+00:00</updated>
<author>
<name>Gregory Grubbs</name>
<email>gregory@dynapse.com</email>
</author>
<published>2021-12-28T19:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8e32528e48cbab0c33ea6cf2aa15f6b975e3176b'/>
<id>8e32528e48cbab0c33ea6cf2aa15f6b975e3176b</id>
<content type='text'>
* Fix single and multiline comment regex for GSQL

* Add examples for end-of-line and multiline comments with embedded keywords</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix single and multiline comment regex for GSQL

* Add examples for end-of-line and multiline comments with embedded keywords</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few make check failures.</title>
<updated>2021-08-15T10:43:59+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-08-15T10:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=e2167e4b78416e00522a27f23b6fcf8dd884df97'/>
<id>e2167e4b78416e00522a27f23b6fcf8dd884df97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added lexer for parsing GSQL files (#1866)</title>
<updated>2021-08-08T13:36:09+00:00</updated>
<author>
<name>DanBarkus</name>
<email>daniel.barkus@gmail.com</email>
</author>
<published>2021-08-08T13:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=509ad46db09ea6af48779303bfb18a89ebc87d08'/>
<id>509ad46db09ea6af48779303bfb18a89ebc87d08</id>
<content type='text'>
* Added GSQL lexer

* encased keywords in 'words' function
added link to language reference

* added additional word functions

* Added copyright annotation
Removed commented out string

* re-built test output file

* Updated words to Keywords</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added GSQL lexer

* encased keywords in 'words' function
added link to language reference

* added additional word functions

* Added copyright annotation
Removed commented out string

* re-built test output file

* Updated words to Keywords</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Added GSQL lexer (#1809)"</title>
<updated>2021-07-18T11:48:42+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-07-18T11:48: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=066bd7e5f4bf864a3deac5994fa37f79801b2d23'/>
<id>066bd7e5f4bf864a3deac5994fa37f79801b2d23</id>
<content type='text'>
This reverts commit 710cac79c34412e551a4a92bcd7dd07d5d770922.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 710cac79c34412e551a4a92bcd7dd07d5d770922.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added GSQL lexer (#1809)</title>
<updated>2021-07-18T08:47:16+00:00</updated>
<author>
<name>DanBarkus</name>
<email>daniel.barkus@gmail.com</email>
</author>
<published>2021-07-18T08:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=710cac79c34412e551a4a92bcd7dd07d5d770922'/>
<id>710cac79c34412e551a4a92bcd7dd07d5d770922</id>
<content type='text'>
* Added GSQL lexer

* encased keywords in 'words' function
added link to language reference

* added additional word functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added GSQL lexer

* encased keywords in 'words' function
added link to language reference

* added additional word functions</pre>
</div>
</content>
</entry>
</feed>
