We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0053827 commit c2aa18dCopy full SHA for c2aa18d
linter.py
@@ -19,7 +19,7 @@ class Ruby(RubyLinter):
19
"""Provides an interface to ruby -wc."""
20
21
defaults = {
22
- 'selector': 'source.ruby'
+ 'selector': 'source.ruby - text.html'
23
}
24
25
cmd = 'ruby -wc'
0 commit comments