From affd74da2259c8e24f933d709e990402efdd308b Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 17 Dec 2024 13:44:22 +0100 Subject: [PATCH] reference_contributor.md: Cleanup --- .../custom_language_support/reference_contributor.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/topics/tutorials/custom_language_support/reference_contributor.md b/topics/tutorials/custom_language_support/reference_contributor.md index 663960140..790ef65b8 100644 --- a/topics/tutorials/custom_language_support/reference_contributor.md +++ b/topics/tutorials/custom_language_support/reference_contributor.md @@ -107,7 +107,7 @@ public class SimpleElementFactory { ## Update Grammar and Regenerate the Parser Now make corresponding changes to the Simple.bnf grammar file by replacing the `property` definition with the lines below. -Don't forget to regenerate the parser after updating the file! +Remember to regenerate the parser after updating the file! Right-click on the Simple.bnf file and select **Generate Parser Code**. ```bnf @@ -144,8 +144,9 @@ The `SimpleReferenceContributor` implementation is registered using the `com.int ```xml - + ```