Closed ArtskydJ closed 9 years ago
I wonder if this is due to a sorted list of keywords, where cfsetting would need to come before cfset so that it could match first. I've seen the same problem with no/not, too.
What about adding a \b
to the end of the capture or whitespace? so it needs to match completely?
'begin': '(<)((?i:(cfset)\\b))'
@tollus I tried that locally, seems to correct the issue for me.
apm publish patch
Preparing and tagging a new version ✓
Pushing v0.8.8 tag ✓
Publishing language-cfml@v0.8.8 ✓
New version published. Please report back whether or not this resolved the bug for you. :)
Fixed!