AutoYADM commit: 2025-02-28 23:50:18
This commit is contained in:
parent
64f7fd3c3e
commit
b071afbdbf
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue