Skip to content

Commit

Permalink
Update selector for Sublime Text >= 4134
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Aug 12, 2022
1 parent 6760c87 commit 1c7ac0f
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 @@ -13,7 +13,7 @@ class PHPLint(Linter):
multiline = True
tempfile_suffix = '-'
defaults = {
'selector': 'source.php, text.html.basic'
'selector': 'embedding.php, source.php'
}

def split_match(self, match):
Expand Down

0 comments on commit 1c7ac0f

Please sign in to comment.