summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-02-25 09:27:33 +0000
committerXiao Pan <gky44px1999@gmail.com>2024-02-25 09:27:33 +0000
commitfc273bfa1761ead1c6a37306099b6c11bad7d262 (patch)
tree67ee957bcde7b69d7f7043166225adb7c5256501 /etc
parentc5c96be29effb246cca890bc342fbc207da34dfe (diff)
highlight filetypes.conf more file extensions for .ini
Example files are: - <https://git.flylightning.xyz/config_local_arch/tree/home/xyz/.config/systemd/user/ssh-agent.service> - <https://git.flylightning.xyz/config_local_arch/tree/etc/systemd/network/10-cloud-init-eth0.network?h=ka>
Diffstat (limited to 'etc')
-rw-r--r--etc/highlight/filetypes.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/highlight/filetypes.conf b/etc/highlight/filetypes.conf
index 74b9c938..e807ccdb 100644
--- a/etc/highlight/filetypes.conf
+++ b/etc/highlight/filetypes.conf
@@ -63,7 +63,7 @@ FileMapping = {
{ Lang="gdscript", Extensions={"gd"} },
{ Lang="haskell", Extensions={"hs"} },
{ Lang="hugo", Extensions={"hug"} },
- { Lang="ini", Extensions={"doxyfile", "desktop", "kdev3", "reg", "cfg", "inf", "hook"} },
+ { Lang="ini", Extensions={"doxyfile", "desktop", "kdev3", "reg", "cfg", "inf", "hook", "service", "network"} },
{ Lang="jam", Extensions={"jam", "ham"} },
{ Lang="java", Extensions={"groovy", "grv", "jenkinsfile", "gradle"} },
{ Lang="javascript", Extensions={"js"} },