diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2021-08-08 15:02:58 +0200 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2021-08-08 15:02:58 +0200 |
commit | 1f2ab0496366932e4cbf450875bddf12907d0930 (patch) | |
tree | c4fac699ae0f791940da5c14bde3aa22469b0723 | |
parent | e2352ff61df9a02a3a4c7e6aa10f76706ee6d552 (diff) | |
download | pygments-git-1f2ab0496366932e4cbf450875bddf12907d0930.tar.gz |
Update CHANGES.
-rw-r--r-- | CHANGES | 32 | ||||
-rw-r--r-- | doc/languages.rst | 1 |
2 files changed, 28 insertions, 5 deletions
@@ -28,9 +28,12 @@ Version 2.9.0 - Added lexers: * APDL, gcode (#1714) + * GSQL (#1809) * Kuin (#1300) * NestedText (#1578) * OMG IDL (#1595) + * procfile (#1808) + * Smithy (#1879) * TEAL (#1671) * ThingsDB (#1295) * WebAssembly (#1416, #1564) @@ -39,21 +42,34 @@ Version 2.9.0 * AMDGPU (#1717, #1775) * APL (#1747) - * C/C++: Improve namespace handling (#1722, #1561, #1719, #1746) + * C/C++ + + - Improve namespace handling (#1722, #1561, #1719, #1746) + - Fix preprocessor token issues (#1830) + + * C# (#1573, #1869) * Chapel (#1743) + * CSound (#1837) * Coq (#1721) * Cython (#853) + * Fennel (#1862) * Groovy (#1765) - * JavaScript (#1741) + * JavaScript (#1741, #1814) * Julia (#1715) + * LLVM (#1824) * Octave: Allow multiline and block-percent comments (#1726) * PowerShell: Improve lexing of ``:`` (#1682, #1758) * PromQL (#1783) * Python: Improve float parsing (#1768, #1740) - * Rust (#1061) - * Scala: Rewrite to support Scala3 (#1694, #1035, #1121) - * Swift (#1767) + * Rust (#1061, #1813) + * Scala + + - Rewrite to support Scala3 (#1694, #1035, #1121) + - Add support for the ``\`` operator (#1857) + + * Swift (#1767, #1842) * Terraform: Support 0.14 syntax (#1756) + * TCL (#1834) * Velocity: Detect multi-line patterns (#1776) - Add Pango formatter (#1727) @@ -64,6 +80,12 @@ Version 2.9.0 - Improve line number colors (#1779, #1778) - Fix CTag related issue (#1724) - Recognize ``.leex`` as Elixir templates +- Improve Jasmin min score analysis (#1619) +- Add new alias for Go files (#1827) +- Fix multi-line console highlighting (#1833) +- Add a new trivial lexer which outputs everything as `Text.Generic.Output` (#1835, #1836) +- Use the ``.ini`` lexer for ``systemd`` files (#1849) +- Fix a ``FutureWarning`` related to ``words()`` (#1854) - Updated `filename` handling in HTML formatter if `linenos='table'` (#1757) diff --git a/doc/languages.rst b/doc/languages.rst index 2d7862da..54a73452 100644 --- a/doc/languages.rst +++ b/doc/languages.rst @@ -237,6 +237,7 @@ Other markup * Gettext catalogs * Gnuplot script * Groff markup +* `GSQL <https://docs.tigergraph.com/dev/gsql-ref>`_ * Hexdumps * HTML * HTTP sessions |