diff options
author | Skarph <theSkarph@gmail.com> | 2024-08-23 12:07:53 -0400 |
---|---|---|
committer | Skarph <theSkarph@gmail.com> | 2024-08-23 12:07:53 -0400 |
commit | aeb9ccb7012751bdb225336528720bd3bf80b536 (patch) | |
tree | 0b86483494d78134224458985bdb97ecef3cd508 /script/config | |
parent | ba8f90eb0fab18ce8aee2bdbf7007dc63050381d (diff) | |
download | lua-language-server-aeb9ccb7012751bdb225336528720bd3bf80b536.zip |
custom luadoc generation
Diffstat (limited to 'script/config')
-rw-r--r-- | script/config/template.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index ee7dde37..6d691b0a 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -408,6 +408,8 @@ local template = { 'glob', 'lua', }, + --testma + ["Lua.docScriptPath"] = Type.String, -- VSCode ["Lua.addonManager.enable"] = Type.Boolean >> true, ['files.associations'] = Type.Hash(Type.String, Type.String), |