Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 725 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 725 Bytes

LibConfig README

An extension which provides language support for C++ LibConfig files.

See https://github.com/hyperrealm/libconfig for more details on libconfig specifications

Many features were modified from the JSON functionality of VSCode:

Features

This package provides:

  • Syntax highlighting for .cfg files
  • Brace based code folding
  • Syntax Error Hints

Extension Settings

This is currently not configured, but would be a nice addition for the future

Known Issues

None

Release Notes

1.0.0

Initial release of libConfig parser