summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2023-01-14 00:33:54 +0100
committerJean Abou Samra <jean@abou-samra.fr>2023-01-14 00:36:56 +0100
commit00072315fe40fe093fbbf1db5ebd67c46abf9bf7 (patch)
tree5a3f3bd821a5511fc910364fad795bb2dbf0d76f /CHANGES
parentfd0c3e9e0bc6a2a0101b0b16e78bb9594e1cf9fd (diff)
downloadpygments-git-00072315fe40fe093fbbf1db5ebd67c46abf9bf7.tar.gz
LilyPond: fixups for builtins
These were reported privately to me by Federico Bruni.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 4c8d884e..d4c1c115 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ Version 2.15.0
--------------
(unreleased)
+- Updated lexers:
+
+ * LilyPond: minor update of builtins
+
Version 2.14.0
--------------
(released January 1st, 2023)
@@ -31,7 +35,7 @@ Version 2.14.0
* Abap: Update keywords (#2281)
* Alloy: Update for Alloy 6 (#1963)
* 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)
- Improve parantheses handling for function definitions (#2207, #2208)
@@ -57,7 +61,7 @@ Version 2.14.0
* NASM: Add support for SSE/AVX/AVX-512 registers as well as 'rel'
and 'abs' address operators (#2212)
* Powershell:
-
+
- Add ``local:`` keyword (#2254)
- Allow continuations without markers (#2262, #2263)