mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
feat(languages): add podman *.conf
files to toml
file-types (#14443)
This commit is contained in:
committed by
GitHub
parent
c531b7a4fa
commit
c614467be8
@@ -358,7 +358,20 @@ source = { git = "https://github.com/FuelLabs/tree-sitter-sway", rev = "e491a005
|
|||||||
name = "toml"
|
name = "toml"
|
||||||
scope = "source.toml"
|
scope = "source.toml"
|
||||||
injection-regex = "toml"
|
injection-regex = "toml"
|
||||||
file-types = ["toml", { glob = "pdm.lock" }, { glob = "poetry.lock" }, { glob = "Cargo.lock" }, { glob = "uv.lock" }]
|
file-types = [
|
||||||
|
"toml",
|
||||||
|
{ glob = "pdm.lock" },
|
||||||
|
{ glob = "poetry.lock" },
|
||||||
|
{ glob = "Cargo.lock" },
|
||||||
|
{ glob = "uv.lock" },
|
||||||
|
{ glob = "containers.conf" },
|
||||||
|
{ glob = "containers.conf.d/*.conf" },
|
||||||
|
{ glob = "containers.conf.modules/*.conf" },
|
||||||
|
{ glob = "mounts.conf" },
|
||||||
|
{ glob = "policy.conf" },
|
||||||
|
{ glob = "registries.conf" },
|
||||||
|
{ glob = "storage.conf" },
|
||||||
|
]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-servers = [ "taplo", "tombi" ]
|
language-servers = [ "taplo", "tombi" ]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
Reference in New Issue
Block a user