Require template name/list for include statement

This commit is contained in:
Kevin 2024-05-21 14:45:08 -04:00
parent ca1593eabc
commit af3a219111

View File

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