I have JavaScript code that would typically show up in a .js
file, but it is stored in a .jsp
file. I would like to use jshint as a checker for this file using Syntastic, but I can't seem to get it to work.
According to the docs, something like this would seem to be the correct move, but it doesn't work:
let g:syntastic_jsp_checkers = ['jshint']