A VSCode extension with `.gitconfig` language support.
This extension is a VS Code port of this GitHub repository.
I claim no rights nor ownership
Syntax highlighting for .gitconfig
, .gitattributes
, and .gitmodules
files.
See CHANGELOG.md
for more in-depth notes.
2.0.1
Support matching ;
for comments in addition to #
.
2.0.0
Added config
to the list of supported extensions, changed plugin category to Programming Languages
, and adjustedsetting
regex to support single-letter names
1.0.1
Cleanup related to comments, improved matching of section headers.
1.0.0
Initial release.