commandbox-cfformat
commandbox-cfformat copied to clipboard
tag-check and single tags that are not self-closing
Is there a way to tell cfformat what tags are ok to not have a closing tag?
<cfswitch>
<cfcase>
<cfset> << gives error that it doesn't match open cfcase.
</cfcase>
</cfswitch>
Interesting, with your minimal example above, I don't get an error. Is there a larger context that is causing this?
Sorry, was off work. I will get back. So you are saying that this functionality exists and works already?
There is a list here data/tags.json that is used to determine whether a closing tag is required or not.