Skip to content

Commit 4c06676

Browse files
authored
Add .conf and .cfg file extensions for ini language
follow https://en.wikipedia.org/wiki/INI_file
1 parent dd40716 commit 4c06676

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ini/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
{
1414
"id": "properties",
15-
"extensions": [ ".properties", ".gitconfig" ],
16-
"filenames": [ "config", ".cfg", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
15+
"extensions": [ ".properties", ".gitconfig", ".cfg", ".conf" ],
16+
"filenames": [ "config", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
1717
"aliases": [ "Properties", "properties" ],
1818
"configuration": "./properties.language-configuration.json"
1919
}],

0 commit comments

Comments
 (0)