We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66c930 commit 70f1beaCopy full SHA for 70f1bea
1 file changed
README.md
@@ -5,4 +5,16 @@
5
6
KDL grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
7
8
-Adapted from the [official spec](https://github.com/kdl-org/kdl/blob/main/SPEC.md)
+Adapted from the [official KDL specification](https://kdl.dev/spec/)
9
+
10
+## Compatibility
11
12
+`tree-sitter-kdl` currently aims to be a permissive compatibility grammar for
13
+editor and tooling use-cases.
14
15
+It accepts commonly-used syntax from both KDL v1 and KDL v2 so existing `.kdl`
16
+files continue to parse well in generic Tree-sitter integrations.
17
18
+This package should not be treated as a strict KDL version validator. In
19
+particular, it may successfully parse documents that mix KDL v1 and KDL v2
20
+literal forms.
0 commit comments