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.
2 parents b8dd7ed + 454b4fa commit 90ba667Copy full SHA for 90ba667
linter.py
@@ -9,7 +9,7 @@ class Luacheck(Linter):
9
r'(?P<message>.+)'
10
)
11
defaults = {
12
- 'selector': 'source.lua'
+ 'selector': 'source.lua, source.luae'
13
}
14
15
def split_match(self, match):
0 commit comments