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 9416a4f commit d22954cCopy full SHA for d22954c
linter.py
@@ -15,6 +15,6 @@ class Shellcheck(Linter):
15
r'(?P<message>.+)$'
16
)
17
defaults = {
18
- 'selector': 'source.shell',
+ 'selector': 'source.shell - source.makefile',
19
'--exclude=,': ''
20
}
0 commit comments