jslintmate
jslintmate copied to clipboard
Embedded javascript
Would it be possible to add support for validating javascript in
This currently isn't supported for a couple of reasons:
- An HTML document could have multiple
<script>
blocks. - It can be tricky to correctly find
<script>
blocks in a document, since simply searching for<script>
isn't enough.
I'm open to looking into this in a much later version. If you'd rather see it sooner, pull requests are always welcome, too. :)
Cheers, Ron
I'll look into trying to fix this and send a pull request :-)