Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 3 |
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 = "#" |