Skip to content

Commit 2e0995b

Browse files
committed
Remove redundant text.html.* parts from selector
Ref #48
1 parent 8ca79c5 commit 2e0995b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PHP(Linter):
3434
"""Provides an interface to php -l."""
3535

3636
defaults = {
37-
'selector': 'embedding.php, text.html.php, source.php, text.html.basic'
37+
'selector': 'embedding.php, source.php'
3838
}
3939
regex = (
4040
r'^(?P<error>Parse|Fatal) error:\s*'

0 commit comments

Comments
 (0)