Skip to content

Commit

Permalink
Add syntax highlighting for .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jun 12, 2019
1 parent 4e7545b commit 24b61e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"id": "properties",
"extensions": [ ".properties", ".cfg", ".conf", ".directory" ],
"filenames": [ ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
"filenames": [ ".gitattributes", ".gitconfig", "gitconfig", ".gitmodules", ".editorconfig" ],
"filenamePatterns": [ "**/.config/git/config", "**/.git/config" ],
"aliases": [ "Properties", "properties" ],
"configuration": "./properties.language-configuration.json"
Expand Down

0 comments on commit 24b61e1

Please sign in to comment.