Hi,
I try to use JsonLint, it says:
there is no JSON syntax available in the “View/Syntax” menu
how do I install/enable the JSON syntax
thanks
Hi,
I try to use JsonLint, it says:
there is no JSON syntax available in the “View/Syntax” menu
how do I install/enable the JSON syntax
thanks
JSON is shipped with Sublime Text by default.
If it is missing from View/Syntax menu, related JSON package is probably ignored/disabled.
See Preferences.sublime-settings > ignored_packages
.
You can also try to run Package Control: Enable Package. It should be listed in that quick panel if it is disabled.
I would certainely not disable such a format
anyway JSON prettifier seemed to work instead
but thanks