summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2019-11-26 16:06:28 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2019-11-26 16:06:28 +0100
commitad6acae2206291a736d94f02b86044c9d4a2f7f9 (patch)
treeb6af9acfa6b14ec503e16f82c9ce549335cc24ba
parent74462e59bca72de413ac7d947eb963be67e70e1c (diff)
downloadpygments-git-ad6acae2206291a736d94f02b86044c9d4a2f7f9.tar.gz
Update docs for 2.5 release.
-rw-r--r--CHANGES44
-rw-r--r--doc/languages.rst5
2 files changed, 31 insertions, 18 deletions
diff --git a/CHANGES b/CHANGES
index b12d578c..33c8170b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,27 +8,35 @@ pull request numbers to the requests at
Version 2.5.0
-------------
+(released November 26, 2019)
- Added lexers:
* Email (PR#1246)
* Erlang, Elxir shells (PR#823, #1521)
- * Zig (PR#820)
- * Zeek (new name for Bro) (PR#1264)
- * Notmuch (PR#1269)
- * Scdoc (PR#1268)
- * Solidity
+ * Notmuch (PR#1264)
+ * `Scdoc <https://git.sr.ht/~sircmpwn/scdoc>`_ (PR#1268)
+ * `Solidity <https://solidity.readthedocs.io/>`_ (#1214)
+ * `Zeek <https://www.zeek.org>`_ (new name for Bro) (PR#1269)
+ * `Zig <https://ziglang.org/>`_ (PR#820)
- Updated lexers:
* Apache2 Configuration (PR#1251)
* Bash sessions (#1253)
* CSound (PR#1250)
+ * Dart
+ * Dockerfile
+ * Emacs Lisp
* Handlebars (PR#773)
+ * Java (#1101, #987)
+ * Logtalk (PR#1261)
+ * Matlab (PR#1271)
+ * Praat (PR#1277)
* Python3 (PR#1255)
+ * Ruby
* YAML (#1528)
- * Matlab (PR#1271)
- * Logtalk (PR#1261)
+ * Velocity
- Added styles:
@@ -46,22 +54,22 @@ Version 2.5.0
- Reduce ``TeraTerm`` lexer score -- it used to match nearly all languages
(#1256)
- Treat ``Skylark``/``Starlark`` files as Python files (PR#1259)
-- Fix Matlab recognition of ``function`` keyword
+- Image formatter: actually respect ``line_number_separator`` option
+
- Add LICENSE file to wheel builds
-- Emacs Lisp: add more string functions
-- Java: support ``var`` contextual keyword
-- Java: make structural punctuation (braces, parens, colon, comma)
- ``Punctuation``, not ``Operator`` (#987)
-- Ruby: support squiggly heredocs
+- Agda: fix lambda highlighting
- Dart: support ``@`` annotations
-- GAS: accept registers in directive arguments
- Dockerfile: accept ``FROM ... AS`` syntax
-- Velocity: support silent reference syntax
-- Agda: fix lambda highlighting
+- Emacs Lisp: add more string functions
+- GAS: accept registers in directive arguments
+- Java: make structural punctuation (braces, parens, colon, comma) ``Punctuation``, not ``Operator`` (#987)
+- Java: support ``var`` contextual keyword (#1101)
+- Matlab: Fix recognition of ``function`` keyword (PR#1271)
- Python: recognize ``.jy`` filenames (#976)
-- Python: recogniez ``f`` string prefix (#1156)
+- Python: recognize ``f`` string prefix (#1156)
+- Ruby: support squiggly heredocs
- Shell sessions: recognize Virtualenv prompt (PR#1266)
-- Image formatter: actually respect ``line_number_separator`` option
+- Velocity: support silent reference syntax
Version 2.4.2
diff --git a/doc/languages.rst b/doc/languages.rst
index e365ef2e..a91664c6 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -38,6 +38,7 @@ Programming languages
* Delphi
* Dylan
* `Elm <http://elm-lang.org/>`_
+* Email
* Erlang
* `Ezhil <http://ezhillang.org>`_ Ezhil - A Tamil programming language
* Factor
@@ -69,6 +70,7 @@ Programming languages
* MuPad
* Nemerle
* Nimrod
+* Notmuch
* Objective-C
* Objective-J
* Octave
@@ -88,6 +90,7 @@ Programming languages
* Rust
* S, S-Plus, R
* Scala
+* `Scdoc <https://git.sr.ht/~sircmpwn/scdoc>`_
* Scheme
* Scilab
* `SGF <https://www.red-bean.com/sgf/>`_
@@ -95,6 +98,7 @@ Programming languages
* `Slurm <https://slurm.schedmd.com/overview.html>`_
* Smalltalk
* SNOBOL
+* `Solidity <https://solidity.readthedocs.io/>`_
* Tcl
* `Tera Term language <https://ttssh2.osdn.jp/>`_
* `TOML <https://github.com/toml-lang/toml>`_
@@ -106,6 +110,7 @@ Programming languages
* XQuery
* `Zeek <https://www.zeek.org>`_
* Zephir
+* `Zig <https://ziglang.org/>`_
Template languages
------------------