Thom1729 / Sublime-JS-Custom

Customizable JavaScript syntax highlighting for Sublime Text.
MIT License
137 stars 9 forks source link

Does not auto build syntax definitions on installation from package control #62

Closed nhooyr closed 5 years ago

nhooyr commented 5 years ago

I had to manually rebuild for the syntaxes to show up.

nhooyr commented 5 years ago

Styled components also don't seem to be syntax highlighted or have completion available unlike the babel repo.

Thom1729 commented 5 years ago

I had to manually rebuild for the syntaxes to show up.

Were there any errors in the console?

Styled components also don't seem to be syntax highlighted or have completion available unlike the babel repo.

Did you set styled_components: true in your configuration? It's not enabled in the default configuration.

nhooyr commented 5 years ago

Did you set styled_components: true in your configuration? It's not enabled in the default configuration.

My bad, only skimmed the docs.

Were there any errors in the console?

Did not check at the time. Just retried and they showed up. I'm not sure what's going on.

Something I did notice is uninstalling this plugin causes sublime text to hang for me. I have to force quit it. Not sure what's going on.

Here's how it looked:

Screen Shot 2019-05-11 at 11 11 16 PM

I uninstalled via package control.

Thom1729 commented 5 years ago

Hmm. That looks like a Package Control internal error (though it could be indirectly caused by JS Custom). That might be hard to troubleshoot.

nhooyr commented 5 years ago

Got the rebuild issue to happen again:

Screen Shot 2019-05-11 at 11 19 11 PM
nhooyr commented 5 years ago

As you can see, its installed but the syntaxes aren't there.

nhooyr commented 5 years ago

Once I hit rebuild, they show up.

nhooyr commented 5 years ago

Going to close as it has been a while and I'm not sure if this is relevant anymore.