https://github.com/kdl-org/vscode-kdl
VS Code syntax highlighting for KDL
https://github.com/kdl-org/vscode-kdl
Last synced: 7 months ago
JSON representation
VS Code syntax highlighting for KDL
- Host: GitHub
- URL: https://github.com/kdl-org/vscode-kdl
- Owner: kdl-org
- License: apache-2.0
- Created: 2020-12-21T00:33:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T07:52:25.000Z (10 months ago)
- Last Synced: 2025-03-29T11:51:40.663Z (7 months ago)
- Language: TypeScript
- Size: 315 KB
- Stars: 29
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# KDL for Visual Studio Code
This extension provides editing and syntax highlighting support for
[KDL](https://kdl.dev), a document language with xml-like semantics that looks
like you're invoking a bunch of CLI commands!

## Features
* Syntax highlighting
* Brace matching
* Auto-indentation
* LSP server with rich diagnostics
## Known Issues
See [our GitHub repository](https://github.com/kdl-org/vscode-kdl) for active
issues.
## Release Notes
### 2.1.0
Adds LSP server
### 2.0.0
Updates syntax to match KDL 2.0.0. A separate KDL extension has been published
with legacy v1 support.
### 1.1.0
Updates syntax to match KDL 1.0.0, including supporting type annotations.
### 1.0.0
Initial release of KDL syntax highlighting.