Skip to content

Commit

Permalink
Remove redundant text.html.* parts from selector
Browse files Browse the repository at this point in the history
Ref #48
  • Loading branch information
kaste committed Aug 12, 2022
1 parent 8ca79c5 commit 2e0995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'^(?P<error>Parse|Fatal) error:\s*'
Expand Down

0 comments on commit 2e0995b

Please sign in to comment.