Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,9 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/

client/out/
server/out/

*.vsix
package-lock.json
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# LibConfig README
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.

An extension which provides language support for C++ LibConfig files.
Original extension repo at https://github.com/wegman12/Libconfig-VsCode-Support

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

Expand All @@ -11,24 +13,20 @@ Many features were modified from the JSON functionality of VSCode:
- 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.0

Initial release of libConfig parser

### 1.0.3
Allow capital '0X' in hex code value specifier
49 changes: 0 additions & 49 deletions client/out/extension.js

This file was deleted.

1 change: 0 additions & 1 deletion client/out/extension.js.map

This file was deleted.

42 changes: 0 additions & 42 deletions client/out/test/completion.test.js

This file was deleted.

1 change: 0 additions & 1 deletion client/out/test/completion.test.js.map

This file was deleted.

46 changes: 0 additions & 46 deletions client/out/test/diagnostics.test.js

This file was deleted.

1 change: 0 additions & 1 deletion client/out/test/diagnostics.test.js.map

This file was deleted.

54 changes: 0 additions & 54 deletions client/out/test/helper.js

This file was deleted.

1 change: 0 additions & 1 deletion client/out/test/helper.js.map

This file was deleted.

14 changes: 0 additions & 14 deletions client/out/test/index.js

This file was deleted.

1 change: 0 additions & 1 deletion client/out/test/index.js.map

This file was deleted.

Loading