Closed KamasamaK closed 6 years ago
Thanks for the report - in order to keep the syntax file from growing massively in size I am reusing contexts. As long as tags (cfoutput
and cfmail
) are nested validly, that should hopefully not cause any issues.
Some CFML tags such as
cfmail
implicitly have output enabled and the syntax scopes should reflect this as it does withincfoutput
andcfquery
. I'm not sure what other tags are missing this, so for now this is just forcfmail
.