gitconfig => ini mode

pull/4034/head
Benjamin Pasero 2016-03-11 11:28:31 +01:00
parent 9736b53648
commit 28bc39ae48
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}],