From 630c4d6954e048dd2795fedc5026b9c30473e6a5 Mon Sep 17 00:00:00 2001 From: Thomas Di Cizerone Date: Sun, 23 Mar 2025 22:50:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=8F=20Update=20Note=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/parser/src/language/common/common.langium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/parser/src/language/common/common.langium b/packages/parser/src/language/common/common.langium index e86fbadfe..b74ffc34d 100644 --- a/packages/parser/src/language/common/common.langium +++ b/packages/parser/src/language/common/common.langium @@ -1,7 +1,7 @@ // Base terminals and fragments for common language constructs // Terminal Precedence: Lazy to Greedy // When imported, the terminals are considered after the terminals in the importing grammar -// Note: Hence, to add a terminal greedier than the common terminals, import the common grammar first +// Note: Hence, to add a terminal greedier than the common terminals, import it separately after the common import fragment EOL returns string: NEWLINE+ | EOF