summaryrefslogtreecommitdiffstats
path: root/src/syntax_mapping/builtins/linux/50-systemd.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax_mapping/builtins/linux/50-systemd.toml')
-rw-r--r--src/syntax_mapping/builtins/linux/50-systemd.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/syntax_mapping/builtins/linux/50-systemd.toml b/src/syntax_mapping/builtins/linux/50-systemd.toml
new file mode 100644
index 00000000..6f91b0be
--- /dev/null
+++ b/src/syntax_mapping/builtins/linux/50-systemd.toml
@@ -0,0 +1,21 @@
+[mappings]
+"INI" = [
+ "**/systemd/**/*.conf",
+ "**/systemd/**/*.example",
+ "*.automount",
+ "*.device",
+ "*.dnssd",
+ "*.link",
+ "*.mount",
+ "*.netdev",
+ "*.network",
+ "*.nspawn",
+ "*.path",
+ "*.service",
+ "*.scope",
+ "*.slice",
+ "*.socket",
+ "*.swap",
+ "*.target",
+ "*.timer",
+]