mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Add .cfg in properties mode and update case of properties
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
{
|
||||
"id": "properties",
|
||||
"extensions": [ ".properties", ".gitconfig" ],
|
||||
"filenames": [ "config", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
|
||||
"aliases": [ "properties", "properties" ],
|
||||
"filenames": [ "config", ".cfg", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
|
||||
"aliases": [ "Properties", "properties" ],
|
||||
"configuration": "./properties.language-configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
|
||||
Reference in New Issue
Block a user