AutoYADM commit: 2025-02-28 23:35:18

This commit is contained in:
Daniel Fichtinger 2025-02-28 23:35:18 -05:00
parent fa033543d4
commit 971063fb0f

View file

@ -98,7 +98,36 @@ language-servers = ["harper-ls"]
[[grammar]] [[grammar]]
name = "ini" name = "ini"
source.path = "/home/fic/dev/tree-sitter-ini" source.path = "/home/fic/dev/tree-sitter-ini"
file-types = [
"ini",
# Systemd unit files
"service",
"automount",
"device",
"mount",
"path",
"service",
"slice",
"socket",
"swap",
"target",
"timer",
# Podman quadlets
"container",
"volume",
"kube",
"network",
{ glob = ".editorconfig" },
{ glob = ".npmrc" },
{ glob = "hgrc" },
{ glob = "npmrc" },
{ glob = "rclone.conf" },
{ glob = "**/tmp/*.conf" },
# "conf",
"properties",
"cfg",
"directory"
]
# [[grammar]] # [[grammar]]
# name = "mail" # name = "mail"
# source.path = "/home/fic/dev/tree-sitter-mail" # source.path = "/home/fic/dev/tree-sitter-mail"