crystal-lang-tools / sublime-crystal

Crystal syntax highlighting for Sublime Text
Other
86 stars 18 forks source link

Temporary replacement for removed `crystal tool format --format json` #65

Closed asterite closed 5 years ago

asterite commented 5 years ago

Fixes #63 Fixes #64

The --format json was removed (I have no idea why). This is a temporary replacement:

asterite commented 5 years ago

This is better than #64 because it keeps showing errors when they happen.

vladfaust commented 5 years ago

Works for me, thanks, @asterite. As of it's being temporary, should we merge this or even release the new version?

It contains commented code which is ideally should not go into a release version, but we're having a 0.x version here... :thinking:

Update: I'm using the plugin directly from the git folder, not PackageControl for now, that's why I'm asking

asterite commented 5 years ago

This should be merged and a new release done. This will always work and it's almost as good as the version that used --format json.

asterite commented 5 years ago

Thank you Vlad!

faustinoaq commented 5 years ago

Tested and working, Thank you @asterite and @vladfaust :+1: