Is there some way to use Sublime Linter (or another syntax error highlighter) in Sublime Text 2?
I need an syntax error highlighter in ST2 please, thanks.
Is there some way to use Sublime Linter (or another syntax error highlighter) in Sublime Text 2?
I need an syntax error highlighter in ST2 please, thanks.
Sublime Linter is not supported in ST2, but is in ST3. If you can upgrade I would recommend it.
Failing that, go to the package control website and search “syntax :st2”. You don’t say which language(s) you want syntax checking for, but that should get you started.
I’m currently using the Sublime Lint plugin in ST2 and it works very well:
github.com/lunixbochs/sublimelint/tree/st2
Note that this is not the same plugin as Sublime Linter.
Sublime Linter still works for ST2 as it did when ST3 didn’t exist, it is just not updated anymore. When installing via Package Control you automatically get the ST2 branch that should still work.
However, besides licensing from your company or whatever there should be no reason not to upgrade to ST3. It’s probably as stable as or even more than ST2 and has a lot of speed improvements (and a better API).