diff --git a/linter.py b/linter.py index b698754..1393739 100644 --- a/linter.py +++ b/linter.py @@ -34,7 +34,7 @@ class PHP(Linter): """Provides an interface to php -l.""" defaults = { - 'selector': 'embedding.php, text.html.php, source.php, text.html.basic' + 'selector': 'embedding.php, source.php' } regex = ( r'^(?PParse|Fatal) error:\s*'