Skip to content

Commit dc20cfc

Browse files
committed
mark .config/git/config as properties file
Git suppots the XDG base directory standard for its global configuration file. This defaults to ~/.config/git/config. Now VSCode also highlights this file properly as long as it’s in the default location.
1 parent a03caec commit dc20cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"id": "properties",
2020
"extensions": [ ".properties", ".cfg", ".conf", ".desktop", ".directory" ],
2121
"filenames": [ ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
22-
"filenamePatterns": [ "**/.git/config" ],
22+
"filenamePatterns": [ "**/.config/git/config", "**/.git/config" ],
2323
"aliases": [ "Properties", "properties" ],
2424
"configuration": "./properties.language-configuration.json"
2525
}],

0 commit comments

Comments
 (0)