SublimeLinter/SublimeLinter-php

Problems linting <script> tags in strings

fitnr opened this issue · 1 comments

The following will produce an 'unclosed string' error:

$bar = '<script>';

This doesn't seem to occur with other HTML tags in strings, only <script>.

I can't reproduce this, and you have given me zero configuration info. Please provide the following:

  • platform
  • php version
  • a complete sample file
  • complete ST3 console output including the linting of this code with SublimeLinter debug mode on
  • SublimeLinter settings

In the future please try to provide more complete info.