mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
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.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"id": "properties",
|
||||
"extensions": [ ".properties", ".cfg", ".conf", ".desktop", ".directory" ],
|
||||
"filenames": [ ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
|
||||
"filenamePatterns": [ "**/.git/config" ],
|
||||
"filenamePatterns": [ "**/.config/git/config", "**/.git/config" ],
|
||||
"aliases": [ "Properties", "properties" ],
|
||||
"configuration": "./properties.language-configuration.json"
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user