Add optional modifiers for include statement

This commit is contained in:
Kevin 2024-05-21 14:24:44 -04:00
parent 2c164b0caa
commit ca1593eabc

View File

@ -22,7 +22,10 @@ statement_include_context
;
statement_include
: STATEMENT_ID_INCLUDE (SP statement_include_template_list)?
: STATEMENT_ID_INCLUDE
(SP statement_include_template_list)?
(SP STATEMENT_INCLUDE_IGNORE_MISSING)?
(SP statement_include_context)?
;
block_statement_id