diff options
| author | Jean Abou Samra <jean@abou-samra.fr> | 2022-09-01 23:09:32 +0200 |
|---|---|---|
| committer | Jean Abou Samra <jean@abou-samra.fr> | 2022-09-01 23:09:32 +0200 |
| commit | e94cb7eeaabaf8cccffabf3e431e284561139f04 (patch) | |
| tree | f90fc4ddbfd244db41a3b171dbad7f8b28718ff6 | |
| parent | 728e63cfa969eaeb187b71807a5b20f12999e9fb (diff) | |
| download | pygments-git-e94cb7eeaabaf8cccffabf3e431e284561139f04.tar.gz | |
Update CHANGES
| -rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -7,6 +7,22 @@ Version 2.14.0 -------------- (not released yet) +- Added lexers: + + * GAP session (#2211) + +- Updated lexers: + + * C family (C, C++ and many others): fix an issue where a chunk would + be wrongly recognized as a function definition due to braces in + comments (#2210) + * Inform 6: fix lexing of properties and doubles (#2214) + * NASM: add support for SSE/AVX/AVX-512 registers as well as 'rel' + and 'abs' address operators (#2212) + +- Fix `make mapfiles` when Pygments is not installed in editable mode + (#2223) + Version 2.13.0 -------------- (released August 15th, 2022) |
