1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-19 21:10:15 +02:00

Add systemd .service and .socket to ini lexer

I think these should be pretty un-ambigous. There are more
systemd-related file extensions, but I'm less sure about them, so I left
them out.

Ref: https://www.freedesktop.org/software/systemd/man/systemd.unit.html
This commit is contained in:
silverwind 2022-11-14 21:40:52 +01:00 committed by Alec Thomas
parent f07788e465
commit 740e4b85b2

View File

@ -7,6 +7,8 @@
<filename>*.ini</filename> <filename>*.ini</filename>
<filename>*.cfg</filename> <filename>*.cfg</filename>
<filename>*.inf</filename> <filename>*.inf</filename>
<filename>*.service</filename>
<filename>*.socket</filename>
<filename>.gitconfig</filename> <filename>.gitconfig</filename>
<filename>.editorconfig</filename> <filename>.editorconfig</filename>
<filename>pylintrc</filename> <filename>pylintrc</filename>