Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 688 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 688 Bytes

Git Config Language

This extension is a VS Code port of this GitHub repository. I claim no rights nor ownership

Features

Syntax highlighting for .gitconfig, .gitattributes, and .gitmodules files.

Release Notes

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 adjusted setting regex to support single-letter names

1.0.1

Cleanup related to comments, improved matching of section headers.

1.0.0

Initial release.