Skip to content

Commit

Permalink
Merge pull request #19 from tesselode/patch-1
Browse files Browse the repository at this point in the history
support the LuaExtended package out of the box
  • Loading branch information
braver authored Apr 2, 2018
2 parents b8dd7ed + 454b4fa commit 90ba667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Luacheck(Linter):
r'(?P<message>.+)'
)
defaults = {
'selector': 'source.lua'
'selector': 'source.lua, source.luae'
}

def split_match(self, match):
Expand Down

0 comments on commit 90ba667

Please sign in to comment.