dzhibas / SublimePrettyJson

Prettify/Minify/Query/Goto/Validate/Lint JSON plugin for Sublime Text 3 & 4
MIT License
2.03k stars 180 forks source link

fix PrettyJsonLintListener #184

Closed deathaxe closed 3 months ago

deathaxe commented 4 months ago

Fixes #180

Replaces #181

This PR converts PrettyJsonLintListener into a ViewEventListener, so it contains self.view member, required by mixed in PrettyJsonBaseCommand class.