Skip to content

Commit 90ba667

Browse files
authored
Merge pull request #19 from tesselode/patch-1
support the LuaExtended package out of the box
2 parents b8dd7ed + 454b4fa commit 90ba667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Luacheck(Linter):
99
r'(?P<message>.+)'
1010
)
1111
defaults = {
12-
'selector': 'source.lua'
12+
'selector': 'source.lua, source.luae'
1313
}
1414

1515
def split_match(self, match):

0 commit comments

Comments
 (0)