jcberquist / sublimetext-cfml

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

Error Loading Syntax file #64

Closed kbajpai closed 7 years ago

kbajpai commented 7 years ago

After installation, I get the following error on Windows 10/SublimeText3, when I restarted ST3,

screenshot 2017-01-26 11 21 18

screenshot 2017-01-26 11 27 24

jcberquist commented 7 years ago

Sorry! Two possibilities occur to me.

It might be possible that a particular file is causing trouble for the syntax, so did you have any files open when you installed the syntax and restarted Sublime Text?

What I think is more likely though is the following: the CFML syntax includes the HTML syntax in it, which then includes the JavaScript and CSS syntaxes. If any of these syntaxes are not the default ones that come with Sublime Text, the combination of that and the CFML syntax might be causing the error. If you do not use the default HTML, JS, or CSS syntaxes could you let me know which one(s) you are using?

kbajpai commented 7 years ago

Clean install of ST3 fixed the problem, but wanted to report it.

jcberquist commented 7 years ago

Ok, thanks for letting me know.