atuttle / atom-language-cfml

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

Not recognizing CFCs #114

Closed benjadock closed 6 years ago

benjadock commented 6 years ago

With the new update of Atom 1.24.0, I am no longer able to get highlighting on CFC files. If I change it to be a CFM, then it works.

Thanks!

-Ben

EDIT: Just like infernocloud, I am unable to scroll the entire file.

infernocloud commented 6 years ago

I am seeing the same problem. It also makes it impossible to scroll through a .cfc file until the atom-language-cfml is disabled. It will constantly bounce scroll position to the default spot.

infernocloud commented 6 years ago

109

Miguel-F commented 6 years ago

I am experiencing both of these issues as well. On the scrolling issue, it will not allow you to scroll down beyond the current cursor position when using the mouse scroll wheel. Using the keyboard (page-up/page-down, arrows) does seem to work normally.

David-Polehonski commented 6 years ago

If @benjadock or @Miguel-F could confirm the latest patches have resolved this issue we can close it.

benjadock commented 6 years ago

Just uninstalled and then reinstalled the plugin, it's working as it should.

Thank you!

Miguel-F commented 6 years ago

I updated via the package manager in Atom. Everything is working correctly. Thanks so much for the quick fix on this.

JessicaOPRD commented 6 years ago

Thanks everyone for posting about this issue and for the quick turnaround. Much appreciated!