LibConfig README
September 27, 2021 ยท View on GitHub
A maintenance fork of the wegman12.cfg-language-features extension which provides language support for C++ LibConfig files. The original extension appeared unmaintained with various outstanding pull requests.
Original extension repo at https://github.com/wegman12/Libconfig-VsCode-Support
See https://github.com/hyperrealm/libconfig for more details on libconfig specifications
Many features were modified from the JSON functionality of VSCode:
- https://github.com/microsoft/vscode.git
- https://github.com/microsoft/vscode-json-languageservice
- https://github.com/microsoft/node-jsonc-parser.git
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.3
Allow capital '0X' in hex code value specifier