mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 02:01:43 -05:00
gitconfig => ini mode
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"languages": [{
|
||||
"id": "ini",
|
||||
"extensions": [ ".ini", ".properties", ".gitconfig" ],
|
||||
"filenames": ["config", ".gitattributes", ".gitconfig", ".editorconfig"],
|
||||
"filenames": ["config", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig"],
|
||||
"aliases": [ "Ini", "ini" ],
|
||||
"configuration": "./ini.configuration.json"
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user