feat: detect .wslconfig as ini filetype (#14383)

This commit is contained in:
Kristoffer Plagborg Bak Sørensen
2025-09-04 16:06:01 +02:00
committed by GitHub
parent 3adc021c06
commit 0a4207be32

View File

@@ -3110,7 +3110,8 @@ file-types = [
{ glob = ".aws/config" },
"properties",
"cfg",
"directory"
"directory",
{ glob = ".wslconfig" },
]
injection-regex = "ini"
comment-token = "#"