jcberquist / sublimetext-cfml

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

Autocomplete tag should not happen when forward slash is added to beginning (to close it) #121

Closed redtopia closed 6 years ago

redtopia commented 6 years ago

When adding a forward slash to the beginning of a tag (in order to close it), autocomplete messes things up by auto-completing the previous tag (see screenshot).

capture

jcberquist commented 6 years ago

Thanks! It looks like the regex test I wrote for #108 isn't quite right and doesn't handle cases where there is more text on the current line after the tag.