From b30b0cf93aa33d30fe3cf90574d1e1baee20b68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 18 Dec 2020 21:32:40 -0800 Subject: [PATCH] messing with nodes some more --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 8d876f8..e878929 100644 --- a/SPEC.md +++ b/SPEC.md @@ -292,7 +292,7 @@ Note that for the purpose of new lines, CRLF is considered _a single newline_. ## Full Grammar ``` -nodes := linespace* node* linespace* +nodes := linespace* (node nodes?)? linespace* node := ('/-' ws*)? identifier (node-space node-props-and-args)* node-space* (node-terminator | node-children) node-props-and-args := ('/-' ws*)? (prop | value)