Unnamed repository; edit this file 'description' to name the repository.
feat: detect `.wslconfig` as ini filetype (#14383)
Kristoffer Plagborg Bak Sørensen 6 months ago
parent 3adc021 · commit 0a4207b
-rw-r--r--languages.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index d177fbe9..6276ead2 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3110,7 +3110,8 @@ file-types = [
{ glob = ".aws/config" },
"properties",
"cfg",
- "directory"
+ "directory",
+ { glob = ".wslconfig" },
]
injection-regex = "ini"
comment-token = "#"