kdl icon indicating copy to clipboard operation
kdl copied to clipboard

the kdl document language specifications

Results 52 kdl issues
Sort by recently updated
recently updated
newest added

We should add support for pseudo-matchers that we can extend KQL with going forward. We can use the reserved `#` for the matcher keywords, so: ```kql // select all `foo`...

enhancement
breaking

The description of using `_` in numbers is a little loose. Experience with the feature in JS shows you really want to be very precise about what's allowed, and I...

Currently, if you're reviewing the test suite and want to know if a given test is meant to pass or fail, you have to go check the `expected/` folder to...

I've been working through implementing a KDL Schema Validator, and I've run into a few questions. I will probably find more over time but this is what I have so...

bug
help wanted

I've noticed that you have quite a few tests for parsers to test how they conform to the KDL specification, but haven't noticed any such tests for syntax highlighting packages....

This editor is very popular for online playgrounds and utilities, so it would be great for showing the power of KDL. https://codemirror.net/

So I've been working on the `kdl-rs` update for v2, and something that jumped out at me is that even though we're doing multiple unicode `=` signs for property delimiters,...

enhancement
breaking

swap neovim integration link from tree-sitter project to the specific language grammar

Is there a formatter for kdl or are there plans to develop one?

question

The grammar for a property looks like this at the moment: ``` prop := string optional-node-space '=' optional-node-space value ``` However, the text says: > A Property is composed of...