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

This commit is contained in:
Daniel Fichtinger 2025-02-28 23:50:19 -05:00
parent 64f7fd3c3e
commit b071afbdbf

View file

@ -102,6 +102,8 @@ injection-regex = "ini"
comment-token = "#" comment-token = "#"
indent = { tab-width = 4, unit = "\t" } indent = { tab-width = 4, unit = "\t" }
source.path = "/home/fic/dev/tree-sitter-ini" source.path = "/home/fic/dev/tree-sitter-ini"
[[language]]
name = "ini"
file-types = [ file-types = [
"ini", "ini",
# Systemd unit files # Systemd unit files
@ -126,9 +128,7 @@ file-types = [
{ glob = "hgrc" }, { glob = "hgrc" },
{ glob = "npmrc" }, { glob = "npmrc" },
{ glob = "rclone.conf" }, { glob = "rclone.conf" },
{ glob = "**/tmp/*.conf" }, "conf",
# { glob = "/var/tmp/test.conf" },
{ glob = "test.conf" },
"properties", "properties",
"cfg", "cfg",
"directory" "directory"