From 790b836bd88b079d73b34cb6cbe8e72a1d855fc4 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Thu, 14 Nov 2024 13:51:44 -0800 Subject: [PATCH] Mention splat operators as missing features in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee6ed74..b008b3f 100644 --- a/README.md +++ b/README.md @@ -50,5 +50,6 @@ Currently, this parser supports all HCL features except: - [For Expressions](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#for-expressions) - [Templates](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#templates) +- [Splat Operators](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#splat-operators) Support for these features is planned. \ No newline at end of file