diff options
author | Florian Pritz <bluewind@xinu.at> | 2024-04-14 14:03:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2024-04-14 14:20:00 +0200 |
commit | 194936c491250a107974f7d6f658365a21de874a (patch) | |
tree | 93925e78ea513bd55bc7d76cbfa09e60d3bc6c31 /application/libraries/Pygments.php | |
parent | b2cfe36d7c07ac767113ad9dbd9ec27fc794f35c (diff) | |
parent | 4c6c4b8c19797333b4d93a266afd7f243694d875 (diff) |
Merge branch 'feature/systemd-service-lexer' of https://github.com/hashworks/filebin into dev
Diffstat (limited to 'application/libraries/Pygments.php')
-rw-r--r-- | application/libraries/Pygments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/libraries/Pygments.php b/application/libraries/Pygments.php index 6f51cc9e7..4a771c08f 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -115,6 +115,7 @@ class Pygments { 'application/x-shellscript' => 'bash', 'application/xslt+xml' => "xml", 'application/x-x509-ca-cert' => 'text', + 'application/x-wine-extension-ini' => 'systemd', 'message/rfc822' => 'text', 'text/css' => 'css', 'text/html' => 'xml', |