From 7e3b1a745e9e7520bd1f8f9a8c6bdfe7c79039e8 Mon Sep 17 00:00:00 2001 From: ID Bot Date: Fri, 9 May 2025 20:10:54 +0000 Subject: [PATCH] Script updating gh-pages from 5e5920f. [ci skip] --- draft-marchan-kdl2.html | 6 +++--- draft-marchan-kdl2.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/draft-marchan-kdl2.html b/draft-marchan-kdl2.html index 9a90188..f060c39 100644 --- a/draft-marchan-kdl2.html +++ b/draft-marchan-kdl2.html @@ -1056,7 +1056,7 @@ svg :is([fill="white"], [fill^="#fff"]) { KDL -April 2025 +May 2025 Marchán & KDL Contributors @@ -1071,7 +1071,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
KDL Community
Published:
- +
Authors:
@@ -2795,7 +2795,7 @@ string := identifier-string | quoted-string | raw-string ¶ identifier-string := unambiguous-ident | signed-ident | dotted-ident unambiguous-ident := ((identifier-char - digit - sign - '.') identifier-char*) - - disallowed-keyword-strings + - disallowed-keyword-identifiers signed-ident := sign ((identifier-char - digit - '.') identifier-char*)? dotted-ident := diff --git a/draft-marchan-kdl2.txt b/draft-marchan-kdl2.txt index c8368ab..de7f92a 100644 --- a/draft-marchan-kdl2.txt +++ b/draft-marchan-kdl2.txt @@ -5,7 +5,7 @@ KDL Community K. Marchán Microsoft KDL Contributors - 28 April 2025 + 9 May 2025 The KDL Document Language @@ -1103,7 +1103,7 @@ Table of Contents identifier-string := unambiguous-ident | signed-ident | dotted-ident unambiguous-ident := ((identifier-char - digit - sign - '.') identifier-char*) - - disallowed-keyword-strings + - disallowed-keyword-identifiers signed-ident := sign ((identifier-char - digit - '.') identifier-char*)? dotted-ident :=