jcberquist / sublimetext-cfml

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

Error loading syntax file #113

Closed jeffjones72 closed 6 years ago

jeffjones72 commented 6 years ago

I get the following Sublime Text error window on startup.

Error loading syntax file "Packages/CFML/syntaxes/cfml.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context sanity limit hit.

ST3: build 3143 Windows 7 Enterprise

I have removed all other CF related packages. I have removed and reinstalled CFML. My only differnce to a standard install is that I use a cloud drive for my User directory to share my configuration across computers.

jcberquist commented 6 years ago

This is probably due to using a non default HTML, CSS, or JavaScript syntax highlighting package. Have you taken a look at this issue: https://github.com/jcberquist/sublimetext-cfml/issues/76?

jeffjones72 commented 6 years ago

It is CSS3. Disappointing there is a conflict.

But good to have the CF functionality back. :)

jeffjones72 commented 6 years ago

Actually, I am not sure. I had functionality back, but in the time it took to comment, it broke again.

Now ST3 is hung up.

jeffjones72 commented 6 years ago

Removed a ton of packages. Naomi seemed to be the offending package.

jcberquist commented 6 years ago

Thank you for following up - I did try CSS3 with 3143 and it seemed to work. I went and looked at the Naomi package, and the approach there is to use a lot of sublime-syntax files for what is ostensibly one syntax, so I am not surprised that it does not work well with being included by the CFML package. Were you using it for CSS and JS highlighting?

jeffjones72 commented 6 years ago

It was a hold over from a trial I was following a tutorial.

jeffjones72 commented 6 years ago

Turns out any existing projects still have exception even after the removal. I had to recreate a project this morning.