diff --git a/Building-your-first-mod.md b/Building-your-first-mod.md index 587af72..8645400 100644 --- a/Building-your-first-mod.md +++ b/Building-your-first-mod.md @@ -56,4 +56,5 @@ But there are two limitations, since DTMT cannot do a full deployment like DTMM: ### Lua -DTMT will already run a basic syntax check on your Lua files. For additional static analysis, install [luacheck](https://github.com/mpeterv/luacheck) and integrate it with your chosen editor. \ No newline at end of file +DTMT will already run a basic syntax check on your Lua files. For additional static analysis, install [luacheck](https://github.com/mpeterv/luacheck) and integrate it with your chosen editor. +[selene](https://github.com/Kampfkarren/selene) exists, too, and might work as an addition for its extra lints. \ No newline at end of file