This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 637dd070b74 kie-issues#2196: DMN Editor: Syntax highlight for
sub-properties of parameters with struct Data Types not working (#3378)
637dd070b74 is described below
commit 637dd070b743a1c0c6c3ae9563984e3297a1a278
Author: Aswathi <[email protected]>
AuthorDate: Wed Dec 17 21:32:25 2025 +0530
kie-issues#2196: DMN Editor: Syntax highlight for sub-properties of
parameters with struct Data Types not working (#3378)
---
packages/dmn-feel-antlr4-parser/src/parser/IdentifiersRepository.ts | 1 +
1 file changed, 1 insertion(+)
diff --git
a/packages/dmn-feel-antlr4-parser/src/parser/IdentifiersRepository.ts
b/packages/dmn-feel-antlr4-parser/src/parser/IdentifiersRepository.ts
index 13f2ee43011..b4091304da5 100644
--- a/packages/dmn-feel-antlr4-parser/src/parser/IdentifiersRepository.ts
+++ b/packages/dmn-feel-antlr4-parser/src/parser/IdentifiersRepository.ts
@@ -284,6 +284,7 @@ export class IdentifiersRepository {
identifierDefinedByTheContext: parameter["@_name"] ??
"<parameter>",
kind: FeelSyntacticSymbolNature.Parameter,
parentContext: parentElement,
+ typeRef: parameter["@_typeRef"],
applyValueToSource: (value) => {
parameter["@_name"] = value;
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]