AutoYADM commit: 2025-02-28 23:40:18
This commit is contained in:
parent
971063fb0f
commit
1f31dca60a
1 changed files with 6 additions and 1 deletions
|
@ -97,6 +97,10 @@ language-servers = ["harper-ls"]
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "ini"
|
name = "ini"
|
||||||
|
scope = "source.ini"
|
||||||
|
injection-regex = "ini"
|
||||||
|
comment-token = "#"
|
||||||
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
source.path = "/home/fic/dev/tree-sitter-ini"
|
source.path = "/home/fic/dev/tree-sitter-ini"
|
||||||
file-types = [
|
file-types = [
|
||||||
"ini",
|
"ini",
|
||||||
|
@ -123,7 +127,8 @@ file-types = [
|
||||||
{ glob = "npmrc" },
|
{ glob = "npmrc" },
|
||||||
{ glob = "rclone.conf" },
|
{ glob = "rclone.conf" },
|
||||||
{ glob = "**/tmp/*.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