Skip to content

Commit

Permalink
Update ServiceParserGrammar.g4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasirmod17 authored Nov 1, 2024
1 parent b584a28 commit 439efc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ execParams: singleExecEnv | multiExecEnv
singleExecEnv: identifier COLON
BRACE_OPEN
serviceMapping
(serviceRuntime | serviceRuntimeComponents) *
(serviceRuntime | serviceRuntimeComponents) +
BRACE_CLOSE
;
multiExecEnv: identifier COLON BRACKET_OPEN singleExecEnv (COMMA singleExecEnv)* BRACKET_CLOSE
Expand Down

0 comments on commit 439efc5

Please sign in to comment.