Skip to content

Commit ec0499a

Browse files
committed
Don't register "ini" for all files named "config"
1 parent ff47259 commit ec0499a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/ini/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
{
1919
"id": "properties",
2020
"extensions": [ ".properties", ".cfg", ".conf", ".desktop", ".directory" ],
21-
"filenames": [ "config", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
21+
"filenames": [ ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
22+
"filenamePatterns": [ "**/.git/config" ],
2223
"aliases": [ "Properties", "properties" ],
2324
"configuration": "./properties.language-configuration.json"
2425
}],

0 commit comments

Comments
 (0)