atuttle / atom-language-cfml

:space_invader: A CFML Language for the Atom Editor
38 stars 24 forks source link

wrong parsing #93

Open shingitsune opened 8 years ago

shingitsune commented 8 years ago

incorrect parsing this tag: <cfset localPath = "http://#HTTP_HOST#" />

MechaCoder commented 7 years ago

ditto

amyers735 commented 7 years ago

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

amyers735 commented 7 years ago

I suspect some of the parsing issues in #83 (the ones with "http" inside strings" could also be related to the language-hyperlink package)

tjhomas commented 7 years ago

I also had this problem, which was fixed by disabling Language Hyperlink. Thanks @am2605!!

amyers735 commented 7 years ago

Glad it helped!