mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
feat: detect .wslconfig
as ini filetype (#14383)
This commit is contained in:
committed by
GitHub
parent
3adc021c06
commit
0a4207be32
@@ -3110,7 +3110,8 @@ file-types = [
|
||||
{ glob = ".aws/config" },
|
||||
"properties",
|
||||
"cfg",
|
||||
"directory"
|
||||
"directory",
|
||||
{ glob = ".wslconfig" },
|
||||
]
|
||||
injection-regex = "ini"
|
||||
comment-token = "#"
|
||||
|
Reference in New Issue
Block a user