From 75bd21420b23eba6d45d143bac4fb55671d7a86e Mon Sep 17 00:00:00 2001 From: Vic <65006+sorcix@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:03:43 +0100 Subject: [PATCH] Document where to find all keywords (#892) --- docs/modules/language-reference/pages/index.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/language-reference/pages/index.adoc b/docs/modules/language-reference/pages/index.adoc index 42db4404..77858e8d 100644 --- a/docs/modules/language-reference/pages/index.adoc +++ b/docs/modules/language-reference/pages/index.adoc @@ -5269,6 +5269,8 @@ They cannot be used as a regular identifier, and currently do not have any meani To use these names in an identifier, <>. +For a complete list of keywords, consult link:{uri-github-PklLexer}[PklLexer.g4]. + [[blank-identifiers]] === Blank Identifiers