jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

Implicit output within CF tags #102

Closed KamasamaK closed 6 years ago

KamasamaK commented 6 years ago

Some CFML tags such as cfmail implicitly have output enabled and the syntax scopes should reflect this as it does within cfoutput and cfquery. I'm not sure what other tags are missing this, so for now this is just for cfmail.

jcberquist commented 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.