Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timjentzsch/vdf-extension
A language server and VSCode extension for the Valve Data Format (VDF), also known as KeyValues.
https://github.com/timjentzsch/vdf-extension
keyvalue valve valve-data-format vdf vscode-extension
Last synced: 16 days ago
JSON representation
A language server and VSCode extension for the Valve Data Format (VDF), also known as KeyValues.
- Host: GitHub
- URL: https://github.com/timjentzsch/vdf-extension
- Owner: TimJentzsch
- License: mit
- Created: 2021-08-20T22:37:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T11:16:09.000Z (over 3 years ago)
- Last Synced: 2024-12-15T23:30:22.612Z (19 days ago)
- Topics: keyvalue, valve, valve-data-format, vdf, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Valve Data Format (VDF) [![Test status](https://img.shields.io/github/workflow/status/TimJentzsch/vdf-extension/Coverage/main)](https://github.com/TimJentzsch/vdf-extension/actions/workflows/coverage.yml) [![Test coverage](https://img.shields.io/codecov/c/github/TimJentzsch/vdf-extension/main)](https://github.com/TimJentzsch/vdf-extension/actions/workflows/coverage.yml) [![License](https://img.shields.io/github/license/TimJentzsch/vdf-extension)](LICENSE)
> **DISCLAIMER**: This is a community-made extension and is not affiliated with Valve Cooperation.
This extension adds language support for the Valve Data Format (VDF), also known as KeyValues.
## Features
- Syntax highlighting
- Syntax validation
- Document symbols
- Document formatting## Planned Features
- Schema validation
- Semantic highlighting (based on the schema)## License
This project is licensed under the [MIT license](LICENSE).