From f3be0c958d7319f901ff89948c30d02914ccb72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 21 Aug 2021 18:03:25 -0700 Subject: [PATCH] Update SPEC.md --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 156e350..86231c8 100644 --- a/SPEC.md +++ b/SPEC.md @@ -304,7 +304,7 @@ Note that for the purpose of new lines, CRLF is considered _a single newline_. ``` nodes := linespace* (node nodes?)? linespace* -node := ('/-' ws*)? identifier (node-space node-space? node-props-and-args)* (node-space* node-children ws*)? node-space* node-terminator +node := ('/-' ws*)? identifier (node-space node-space* node-props-and-args)* (node-space* node-children ws*)? node-space* node-terminator node-props-and-args := ('/-' ws*)? (prop | value) node-children := ('/-' ws*)? '{' nodes '}' node-space := ws* escline ws* | ws+