We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
text.html.*
1 parent 8ca79c5 commit 2e0995bCopy full SHA for 2e0995b
1 file changed
linter.py
@@ -34,7 +34,7 @@ class PHP(Linter):
34
"""Provides an interface to php -l."""
35
36
defaults = {
37
- 'selector': 'embedding.php, text.html.php, source.php, text.html.basic'
+ 'selector': 'embedding.php, source.php'
38
}
39
regex = (
40
r'^(?P<error>Parse|Fatal) error:\s*'
0 commit comments