Sublime Forum

JSON syntax missing

#1

Hi,

I try to use JsonLint, it says:

image

there is no JSON syntax available in the “View/Syntax” menu

how do I install/enable the JSON syntax

thanks

0 Likes

#2

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.

0 Likes

#3

I would certainely not disable such a format

anyway JSON prettifier seemed to work instead

but thanks

0 Likes