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 56adbb3 commit d663027
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,6 +13,6 @@ class Phpmd(Linter):
default_type = WARNING
tempfile_suffix = 'php'
defaults = {
'selector': 'source.php, text.html.basic',
'selector': 'embedding.php, source.php',
'@rulesets:,': 'cleancode,codesize,controversial,design,naming,unusedcode'
}

0 comments on commit d663027

Please sign in to comment.