From 1c7ac0f899edf0b5fcb02202022ba5d96db8d4e4 Mon Sep 17 00:00:00 2001 From: herr kaste Date: Fri, 12 Aug 2022 17:22:30 +0200 Subject: [PATCH] Update selector for Sublime Text >= 4134 --- linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter.py b/linter.py index b2898c7..200cc87 100644 --- a/linter.py +++ b/linter.py @@ -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):