Skip to content

Commit

Permalink
Merge pull request #75332 from remcohaszing/highlight-gitmodules
Browse files Browse the repository at this point in the history
Add syntax highlighting for .gitmodules
  • Loading branch information
aeschli authored Jun 13, 2019
2 parents 28c99fa + 24b61e1 commit c67229f
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 c67229f

Please sign in to comment.