diff options
author | Florian Pritz <bluewind@xinu.at> | 2024-04-14 14:12:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2024-04-14 14:20:00 +0200 |
commit | 076c9dd5fafff150d5618c20383a83bcc563c020 (patch) | |
tree | d0ea243d23968ef36f11cc84c498863020cd3fad /NEWS | |
parent | 7d8b8ee29ebc8f15b7eab5f8ca6cf2532f2bd61f (diff) |
fix(pygments): Improve systemd file detection
Improved version of 4c6c4b8c19797333b4d93a266afd7f243694d875 since my
test file was detected as text/plain, not as
application/x-wine-extension-ini.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. NEXT + - Fix syntax highlighting for systemd files - Fix password reset trying to send mails to deleted users 4.0.1 2024-01-14 |