Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--languages.toml15
1 files changed, 14 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 3cfdb8a5..3631d4e4 100644
--- a/languages.toml
+++ b/languages.toml
@@ -358,7 +358,20 @@ source = { git = "https://github.com/FuelLabs/tree-sitter-sway", rev = "e491a005
name = "toml"
scope = "source.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 = "#"
language-servers = [ "taplo", "tombi" ]
indent = { tab-width = 2, unit = " " }