From c2aa18d6c5de6c79674d903c23dab2bb9800b5ea Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Wed, 23 May 2018 18:39:09 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20#21=20don=E2=80=99t=20lint=20embedded=20r?= =?UTF-8?q?uby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter.py b/linter.py index 06ca8d7..c2d85df 100644 --- a/linter.py +++ b/linter.py @@ -19,7 +19,7 @@ class Ruby(RubyLinter): """Provides an interface to ruby -wc.""" defaults = { - 'selector': 'source.ruby' + 'selector': 'source.ruby - text.html' } cmd = 'ruby -wc'