Open shingitsune opened 8 years ago
ditto
I had this issue, and it appears it's actually caused by another Atom plugin hijacking the URL highlighting.
If you go to Settings > Packages > Language Hyperlink > Disable, does that make the problem go away?
It looks like someone put in a pull request to language-hyperlink to fix cfml highlighting but to me it doesn't appear to work
I suspect some of the parsing issues in #83 (the ones with "http" inside strings" could also be related to the language-hyperlink package)
I also had this problem, which was fixed by disabling Language Hyperlink. Thanks @am2605!!
Glad it helped!
incorrect parsing this tag:
<cfset localPath = "http://#HTTP_HOST#" />