From 149f290c407c4c63f523cb617a91571ad4d2f9e4 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 16 Mar 2023 15:37:59 +0100 Subject: [PATCH] Update 'Building your first mod' --- Building-your-first-mod.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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