From 454b4fa6923f3266f989efa62452b6ab903e8238 Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Sat, 31 Mar 2018 05:29:13 -0400 Subject: [PATCH] support the LuaExtended package out of the box Disclaimer: I haven't tested this, and in fact, I don't know how SublimeLinter packages work. But I'm guessing this is how you would do it. --- linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter.py b/linter.py index b263d1f..2a86d77 100644 --- a/linter.py +++ b/linter.py @@ -9,7 +9,7 @@ class Luacheck(Linter): r'(?P.+)' ) defaults = { - 'selector': 'source.lua' + 'selector': 'source.lua, source.luae' } def split_match(self, match):