1234567891011121314151617181920212223 |
- if exists('g:loaded_syntastic_html_gjslint_checker')
- finish
- endif
- let g:loaded_syntastic_html_gjslint_checker = 1
- call g:SyntasticRegistry.CreateAndRegisterChecker({
- \ 'filetype': 'html',
- \ 'name': 'gjslint',
- \ 'redirect': 'javascript/gjslint'})
|